chore: .vscode Location
This commit is contained in:
		@@ -10,9 +10,9 @@
 | 
				
			|||||||
      "request": "launch",
 | 
					      "request": "launch",
 | 
				
			||||||
      "preLaunchTask": "build",
 | 
					      "preLaunchTask": "build",
 | 
				
			||||||
      // If you have changed target frameworks, make sure to update the program path.
 | 
					      // If you have changed target frameworks, make sure to update the program path.
 | 
				
			||||||
      "program": "${workspaceFolder}/bin/Debug/net8.0/${workspaceFolderBasename}.dll",
 | 
					      "program": "${workspaceFolder}/Game/bin/Debug/net8.0/Game.dll",
 | 
				
			||||||
      "args": [],
 | 
					      "args": ["server"],
 | 
				
			||||||
      "cwd": "${workspaceFolder}",
 | 
					      "cwd": "${workspaceFolder}/Game",
 | 
				
			||||||
      // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
 | 
					      // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
 | 
				
			||||||
      "console": "internalConsole",
 | 
					      "console": "internalConsole",
 | 
				
			||||||
      "stopAtEntry": false
 | 
					      "stopAtEntry": false
 | 
				
			||||||
							
								
								
									
										5
									
								
								Game/.vscode/tasks.json → .vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Game/.vscode/tasks.json → .vscode/tasks.json
									
									
									
									
										vendored
									
									
								
							@@ -9,7 +9,10 @@
 | 
				
			|||||||
        "kind": "build",
 | 
					        "kind": "build",
 | 
				
			||||||
        "isDefault": true
 | 
					        "isDefault": true
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "label": "build"
 | 
					      "label": "build",
 | 
				
			||||||
 | 
					      "options": {
 | 
				
			||||||
 | 
					        "cwd": "${workspaceFolder}/Game"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user