Skip to content

Commit

Permalink
fix code tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 23, 2024
1 parent 6318d4f commit de042a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"watch": "tsc -watch -p ./",
"package": "npx vsce package",
"postpackage": "node ./scripts/minify_json.js --restore",
"testgrammar": "vscode-tmgrammar-test -g syntaxes/v.tmLanguage.json \"syntaxes/tests/*.v\"",
"testgrammar": "vscode-tmgrammar-test -g syntaxes/v.tmLanguage.json \"syntaxes/tests/*.vv\"",
"format": "prettier --write \"scripts/**/*.js\" \"src/**/*.ts\""
},
"main": "dist/extension.js",
Expand Down

0 comments on commit de042a6

Please sign in to comment.