Skip to content

Commit cecf30f

Browse files
committed
make this a declarative plugin
1 parent fde68a2 commit cecf30f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@
55
"icon": "icon.png",
66
"repository": "https://github.com/dodona-edu/vscode-exercise-plugin",
77
"publisher": "dodona",
8-
"version": "0.0.3",
8+
"version": "0.0.4",
99
"type": "module",
1010
"engines": {
11-
"vscode": "^1.80.1"
11+
"vscode": "^1.87.0"
1212
},
1313
"categories": [
1414
"Other"
1515
],
16-
"activationEvents": [
17-
"onStartupFinished"
18-
],
19-
"browser": "./dist/web/extension.js",
2016
"contributes": {
2117
"jsonValidation": [
2218
{

0 commit comments

Comments
 (0)