Update vscode launch profile
This commit is contained in:
parent
d404b5a64c
commit
b08801e9a7
1 changed files with 1 additions and 4 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue