chore: added vscode launch configurations for server and client
This commit is contained in:
		
							
								
								
									
										33
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,33 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "0.2.0",
 | 
			
		||||
  "configurations": [
 | 
			
		||||
    {
 | 
			
		||||
      "name": ".NET Launch (Client)",
 | 
			
		||||
      "type": "coreclr",
 | 
			
		||||
      "request": "launch",
 | 
			
		||||
      "preLaunchTask": "build",
 | 
			
		||||
      "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Desktop.exe",
 | 
			
		||||
      "args": [],
 | 
			
		||||
      "cwd": "${workspaceFolder}",
 | 
			
		||||
      "stopAtEntry": false,
 | 
			
		||||
      "console": "internalConsole"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "name": ".NET Launch (Server)",
 | 
			
		||||
      "type": "coreclr",
 | 
			
		||||
      "request": "launch",
 | 
			
		||||
      "preLaunchTask": "build",
 | 
			
		||||
      "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/Desktop.exe",
 | 
			
		||||
      "args": ["-server"],
 | 
			
		||||
      "cwd": "${workspaceFolder}",
 | 
			
		||||
      "stopAtEntry": false,
 | 
			
		||||
      "console": "internalConsole"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "compounds": [
 | 
			
		||||
    {
 | 
			
		||||
      "name": ".NET Launch Both",
 | 
			
		||||
      "configurations": [".NET Launch (Server)", ".NET Launch (Client)"]
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										12
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
{
 | 
			
		||||
  "version": "2.0.0",
 | 
			
		||||
  "tasks": [
 | 
			
		||||
    {
 | 
			
		||||
      "type": "dotnet",
 | 
			
		||||
      "task": "build",
 | 
			
		||||
      "group": "build",
 | 
			
		||||
      "problemMatcher": [],
 | 
			
		||||
      "label": "build"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user