mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
fix CMS Service issue (#782)
* fixed issue with add registered servers call * changed server name to alias * fixed issue with adding server group to cms server * remove script file
This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -24,7 +24,8 @@
|
||||
"request": "attach",
|
||||
"processId": "${command:pickProcess}",
|
||||
"requireExactSource": false,
|
||||
"justMyCode": false
|
||||
"justMyCode": false,
|
||||
"enableStepFiltering": false
|
||||
}
|
||||
,]
|
||||
}
|
||||
Reference in New Issue
Block a user