Skip to content

Commit 482fd7d

Browse files
committed
fix: sync vscode types and engine
Add extra test to ensure the package builds ok Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 8b2c000 commit 482fd7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"package": "vsce package -o wit-idl.vsix",
2626
"update-snapshot": "vscode-tmgrammar-snap --updateSnapshot --scope 'source.wit' 'tests/grammar/integration/*'",
2727
"test-grammar": "vscode-tmgrammar-test -c --grammar syntaxes/wit.tmLanguage.json 'tests/grammar/unit/*'",
28-
"test": "npm run test-grammar",
28+
"test": "run-s compile package test-grammar",
2929
"vscode:prepublish": "npm run compile",
3030
"compile": "tsc -p ./",
3131
"watch": "tsc -watch -p ./",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@types/node": "20.17.46",
38-
"@types/vscode": "1.100.0",
38+
"@types/vscode": "1.75.0",
3939
"@typescript-eslint/eslint-plugin": "6.21.0",
4040
"@typescript-eslint/parser": "6.21.0",
4141
"@vscode/vsce": "2.32.0",

0 commit comments

Comments
 (0)