Skip to content

Commit dd81323

Browse files
committed
update vscode.engine to 1.74
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
1 parent 7139ce3 commit dd81323

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/Microsoft/vscode-spring-initializr.git"
1313
},
1414
"engines": {
15-
"vscode": "^1.64.0"
15+
"vscode": "^1.74.0"
1616
},
1717
"capabilities": {
1818
"virtualWorkspaces": true
@@ -21,10 +21,6 @@
2121
"Other"
2222
],
2323
"activationEvents": [
24-
"onCommand:spring.initializr.maven-project",
25-
"onCommand:spring.initializr.gradle-project",
26-
"onCommand:spring.initializr.addStarters",
27-
"onCommand:spring.initializr.createProject",
2824
"workspaceContains:.vscode/NEWLY_CREATED_BY_SPRING_INITIALIZR"
2925
],
3026
"main": "./dist/extension",
@@ -186,7 +182,7 @@
186182
"@types/md5": "^2.3.2",
187183
"@types/mocha": "^9.1.1",
188184
"@types/node": "^16.18.3",
189-
"@types/vscode": "1.64.0",
185+
"@types/vscode": "1.74.0",
190186
"@types/xml2js": "^0.4.11",
191187
"@vscode/test-electron": "^2.1.5",
192188
"glob": "^7.2.3",

0 commit comments

Comments
 (0)