Handle no azdata API in sql db proj extension gracefully (#15873)

* Update db proj ext to handle not having azdata API available

* Fixes

* Fix compile
This commit is contained in:
Charles Gagnon
2021-06-22 23:34:01 -07:00
committed by GitHub
parent c636e24d03
commit 4707c1601c
12 changed files with 192 additions and 175 deletions

View File

@@ -369,7 +369,7 @@
},
"dependencies": {
"@types/xml-formatter": "^1.1.0",
"@microsoft/ads-extension-telemetry": "^1.1.3",
"@microsoft/ads-extension-telemetry": "^1.1.5",
"fast-glob": "^3.1.0",
"promisify-child-process": "^3.1.1",
"vscode-languageclient": "^5.3.0-next.1",