mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
* Misc. clean-ups related to removing unneeded PowerShell Language Service code. * Remove unneeded files and clean up remaining code. * Enable file change tracking with Workspace and EditorSession.
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": 17264
|
|
}
|
|
]
|
|
} |