Skip to content

Commit

Permalink
Fixed VSCode directory location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Bark committed Aug 30, 2023
1 parent 0aab06e commit 88aaefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/S1Util/bin/Debug/net8.0/S1Util.dll",
"program": "${workspaceFolder}/SimGet/bin/Debug/net8.0/SimGet.dll",
"args": [],
"cwd": "${workspaceFolder}/S1Util",
"cwd": "${workspaceFolder}/SimGet",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
Expand Down

0 comments on commit 88aaefe

Please sign in to comment.