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 c49d616 commit 5dde5d3Copy full SHA for 5dde5d3
.vscode/settings.json.tmpl
@@ -91,6 +91,10 @@
91
"**/.hg/store/**": true,
92
".obj/": true
93
},
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.
98
// "extension-test-runner.extractSettings": {
99
// "suite": ["describe", "suite"],
100
// "test": ["it", "test"],
0 commit comments