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",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/TShock.Run.dll",
|
||||
"windows": {
|
||||
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/TShock.dll",
|
||||
},
|
||||
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/TShock.Server.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/",
|
||||
"console": "integratedTerminal",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue