Last active
June 28, 2016 17:06
-
-
Save zezba9000/3c3e4151c09b576b8948b8a176d7924d to your computer and use it in GitHub Desktop.
VS Code
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
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": ".NET Core Launch (console)", | |
"type": "coreclr", | |
"request": "launch", | |
"preLaunchTask": "build", | |
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/hwapp.dll", | |
"args": [], | |
"cwd": "${workspaceRoot}", | |
"externalConsole": false, | |
"stopAtEntry": false | |
}, | |
{ | |
"name": ".NET Core Attach", | |
"type": "coreclr", | |
"request": "attach", | |
"processId": 0 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment