Skip to content

Commit

Permalink
Fix runner configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed May 29, 2019
1 parent 26d79f8 commit 3fef5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
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}/src/mc/bin/Debug/netcoreapp2.1/mc.dll",
"program": "${workspaceFolder}/src/mi/bin/Debug/netcoreapp2.1/mi.dll",
"args": [],
"cwd": "${workspaceFolder}/src/mc",
"cwd": "${workspaceFolder}/src/mi",
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
"console": "externalTerminal",
"stopAtEntry": false,
Expand Down

0 comments on commit 3fef5d2

Please sign in to comment.