Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created August 23, 2017 20:44
Show Gist options
  • Save dontpaniclabsgists/dec7f189fa1388aab62ec5b4307725a3 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/dec7f189fa1388aab62ec5b4307725a3 to your computer and use it in GitHub Desktop.
netcore_9
{
"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