Skip to content

Instantly share code, notes, and snippets.

@zezba9000
Last active June 28, 2016 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zezba9000/3c3e4151c09b576b8948b8a176d7924d to your computer and use it in GitHub Desktop.
Save zezba9000/3c3e4151c09b576b8948b8a176d7924d to your computer and use it in GitHub Desktop.
VS Code
{
"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