Created
August 23, 2017 20:44
-
-
Save dontpaniclabsgists/dec7f189fa1388aab62ec5b4307725a3 to your computer and use it in GitHub Desktop.
netcore_9
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": "Hello2", | |
"type": "coreclr", | |
"request": "launch", | |
"preLaunchTask": "build", | |
// If you have changed target frameworks, make sure to update the program path. | |
"program": "${workspaceRoot}/hello2/bin/Debug/netcoreapp2.0/hello2.dll", | |
"args": [], | |
"cwd": "${workspaceRoot}/hello2", | |
// 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" | |
} | |
<;">"openOnSessionStart" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment