mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
updated cms version to not break with old core (#5812)
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
"name": "cms",
|
"name": "cms",
|
||||||
"displayName": "%cms.displayName%",
|
"displayName": "%cms.displayName%",
|
||||||
"description": "%cms.description%",
|
"description": "%cms.description%",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"publisher": "Microsoft",
|
"publisher": "Microsoft",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
|
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
|
||||||
"icon": "images/sqlserver.png",
|
"icon": "images/sqlserver.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.25.0",
|
"vscode": "^1.25.0",
|
||||||
"azdata": "*"
|
"azdata": ">=1.8.0"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"*"
|
||||||
|
|||||||
Reference in New Issue
Block a user