We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ea5df commit 416dca2Copy full SHA for 416dca2
package.json
@@ -31,7 +31,7 @@
31
"publish": "vsce publish",
32
"compile-tests": "tsc -p . --outDir out",
33
"pretest": "npm run compile-tests && npm run lint",
34
- "test": "vscode-tmgrammar-test -g tests/support/diff.tmLanguage.json tests/unit/*.test && vscode-test",
+ "test": "vscode-tmgrammar-test -g tests/support/diff.tmLanguage.json tests/unit/*.test && node ./out/test/runTest.js",
35
"vscode:prepublish": "npm run package",
36
"watch": "webpack --mode development --watch",
37
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
0 commit comments