Skip to content

Commit 94856c0

Browse files
committed
sync vscode engine, add activationEvents block
1 parent 5cdf4af commit 94856c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
"license": "MIT",
3131
"homepage": "https://github.com/denco/vscode-confluence-markup/blob/master/README.md",
3232
"engines": {
33-
"vscode": "^1.40.0"
33+
"vscode": "^1.75.0"
3434
},
35+
"activationEvents": [
36+
],
3537
"main": "./out/extension",
3638
"contributes": {
3739
"configuration": {
@@ -135,7 +137,7 @@
135137
"@types/glob": "^8.1.0",
136138
"@types/mocha": "^10.0.3",
137139
"@types/node": "^20.8.10",
138-
"@types/vscode": "^1.84.0",
140+
"@types/vscode": "^1.75.0",
139141
"@typescript-eslint/eslint-plugin": "^6.9.1",
140142
"@typescript-eslint/parser": "^6.9.1",
141143
"eslint": "^8.5.2",

0 commit comments

Comments
 (0)