mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-26 01:25:42 -05:00
24 lines
683 B
JSON
24 lines
683 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": ".NET Core Launch (console)",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "build",
|
|
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/servicehost.dll",
|
|
"args": [],
|
|
"cwd": "${workspaceRoot}",
|
|
"externalConsole": true,
|
|
"requireExactSource": false,
|
|
"stopAtEntry": false
|
|
},
|
|
{
|
|
"name": ".NET Core Attach",
|
|
"type": "coreclr",
|
|
"request": "attach",
|
|
"requireExactSource": false,
|
|
"processId": 14720
|
|
}
|
|
]
|
|
} |