mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Load settings from local.settings.json for add sql bindings quickpick (#16957)
* load settings from local.settings.json for add sql bindings quickpick * cleanup * addressing comments
This commit is contained in:
@@ -399,13 +399,14 @@
|
||||
"@types/xml-formatter": "^1.1.0",
|
||||
"@microsoft/ads-extension-telemetry": "^1.1.5",
|
||||
"fast-glob": "^3.1.0",
|
||||
"fs-extra": "^5.0.0",
|
||||
"generate-password": "^1.6.0",
|
||||
"jsonc-parser": "^2.3.1",
|
||||
"promisify-child-process": "^3.1.1",
|
||||
"vscode-languageclient": "^5.3.0-next.1",
|
||||
"vscode-nls": "^4.1.2",
|
||||
"xml-formatter": "^2.1.0",
|
||||
"xmldom": "^0.3.0",
|
||||
"generate-password": "^1.6.0",
|
||||
"fs-extra": "^5.0.0"
|
||||
"xmldom": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^5.2.5",
|
||||
|
||||
Reference in New Issue
Block a user