Skip to content

Commit 5dde5d3

Browse files
committed
fixup extension test stetings
1 parent c49d616 commit 5dde5d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
"**/.hg/store/**": true,
9292
".obj/": true
9393
},
94+
// The Extension Test Runner extension loads VS Code Mocha tests into the GUI
95+
// by evaluating the JS test sources. If that fails, the following snippet
96+
// switches it to a syntactic extraction which might will likely miss
97+
// dynamically defined tests but might crashes in test loading.
9498
// "extension-test-runner.extractSettings": {
9599
// "suite": ["describe", "suite"],
96100
// "test": ["it", "test"],

0 commit comments

Comments
 (0)