mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Vbump and vscode engine requirements update for SQL migration extension (#14665)
* Updated version and vscode engine requirements * bumping the right engine * changing vscode engine verison as * * reverting version to 0.0.3
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
"name": "sql-migration",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"publisher": "Microsoft",
|
||||
"preview": true,
|
||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
|
||||
"icon": "images/extension.png",
|
||||
"engines": {
|
||||
"vscode": "^1.25.0",
|
||||
"azdata": ">=1.19.0"
|
||||
"vscode": "*",
|
||||
"azdata": ">=1.27.0"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onDashboardOpen",
|
||||
|
||||
Reference in New Issue
Block a user