Skip to content

Commit

Permalink
Update VS Code launch.json
Browse files Browse the repository at this point in the history
For #29
  • Loading branch information
philippgille committed Oct 14, 2017
1 parent 30538f0 commit 850c5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceRoot}/src/bin/Debug/netcoreapp1.1/hello-netcoreapp.dll",
"program": "${workspaceRoot}/src/bin/Debug/netcoreapp2.0/hello-netcoreapp.dll",
"args": [],
"cwd": "${workspaceRoot}/src",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
Expand Down
2 changes: 1 addition & 1 deletion src/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.1/hello-netcoreapp.dll",
"program": "${workspaceRoot}/bin/Debug/netcoreapp2.0/hello-netcoreapp.dll",
"args": [],
"cwd": "${workspaceRoot}",
// 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 850c5b6

Please sign in to comment.