Skip to content

Commit

Permalink
updated debug launch path
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Feb 22, 2025
1 parent d8c0f38 commit 634f13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceRoot}/test/Test/bin/Debug/net8.0/Test.dll",
"program": "${workspaceRoot}/test/Test/bin/Debug/net9.0/Test.dll",
"args": [],
"cwd": "${workspaceRoot}/test/Test",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
Expand Down

0 comments on commit 634f13d

Please sign in to comment.