mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-04 17:24:56 -05:00
Remove unneeded files and clean up remaining code.
This commit is contained in:
4
ServiceHost/.vscode/launch.json
vendored
4
ServiceHost/.vscode/launch.json
vendored
@@ -10,13 +10,15 @@
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"externalConsole": true,
|
||||
"requireExactSource": false,
|
||||
"stopAtEntry": false
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
"request": "attach",
|
||||
"processId": 16900
|
||||
"requireExactSource": false,
|
||||
"processId": 14720
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user