[Port] //Build features for VSCode database projects extension release only (#19422)

* add SDK option to create project from db quickpick (#19100)

* Add SDK option to create project from db quickpick

* cleanup

* New UI for deploying SQL project to a new Azure server (#18833)

* SQL Project Deploy to docker container - Adding a UI for user to select docker image tag (#19297)

* add docker image with telemetry for publish to container (#19360)

* add docker info image to telemetry for publish to container

* change name

* merge issue

* version bump

Co-authored-by: Kim Santiago <31145923+kisantia@users.noreply.github.com>
Co-authored-by: Leila Lali <llali@microsoft.com>
This commit is contained in:
Benjin Dubishar
2022-05-18 20:11:41 -07:00
committed by GitHub
parent e56e1d931b
commit b77aa3dc77
21 changed files with 1807 additions and 401 deletions

View File

@@ -2,7 +2,7 @@
"name": "sql-database-projects",
"displayName": "SQL Database Projects",
"description": "Enables users to develop and publish database schemas for MSSQL Databases",
"version": "0.16.1",
"version": "0.16.2",
"publisher": "Microsoft",
"preview": true,
"engines": {
@@ -456,6 +456,7 @@
}
},
"dependencies": {
"axios": "^0.27.2",
"@microsoft/ads-extension-telemetry": "^1.1.5",
"fast-glob": "^3.2.7",
"fs-extra": "^5.0.0",
@@ -464,7 +465,7 @@
"vscode-languageclient": "^5.3.0-next.1",
"vscode-nls": "^4.1.2",
"which": "^2.0.2",
"xml-formatter": "^2.1.0",
"xml-formatter": "2.1.0",
"xmldom": "^0.6.0"
},
"devDependencies": {