Update vscode launch profile

This commit is contained in:
Luke 2025-01-11 14:13:50 +10:00
parent d404b5a64c
commit b08801e9a7

5
.vscode/launch.json vendored
View file

@ -9,10 +9,7 @@
"type": "coreclr", "type": "coreclr",
"request": "launch", "request": "launch",
"preLaunchTask": "build", "preLaunchTask": "build",
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/TShock.Run.dll", "program": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/TShock.Server.dll",
"windows": {
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/TShock.dll",
},
"args": [], "args": [],
"cwd": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/", "cwd": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/",
"console": "integratedTerminal", "console": "integratedTerminal",