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:
Kim Santiago
2021-09-02 17:25:13 -07:00
committed by GitHub
parent 0bc2a50d78
commit a47276f708
7 changed files with 167 additions and 46 deletions

View File

@@ -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",