Skip to content

Instantly share code, notes, and snippets.

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