Created
August 23, 2017 20:41
-
-
Save dontpaniclabsgists/ede3aa1210f12507fd6cd5b45f8d4858 to your computer and use it in GitHub Desktop.
netcore_5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Hello", | |
"type": "coreclr", | |
"request": "launch", | |
"preLaunchTask": "build", | |
// If you have changed target frameworks, make sure to update the program path. | |
"program": "${workspaceRoot}/hello/bin/Debug/netcoreapp2.0/hello.dll", | |
"args": ["bob"], | |
"cwd": "${workspaceRoot}/hello", | |
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window | |
"console": "internalConsole", | |
"stopAtEntry": false, | |
"internalConsoleOptions": "openOnSessionStart" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment