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 9825888 commit 2322819Copy full SHA for 2322819
.vscode/launch.json
@@ -27,9 +27,9 @@
27
"--extensionDevelopmentPath=${workspaceFolder}",
28
"--extensionTestsPath=${workspaceFolder}/out/test/unittest/index"
29
],
30
- "env": {
31
- "TEST_GREP": "Python API Tests"
32
- },
+ // "env": {
+ // "TEST_GREP": "Python API Tests"
+ // },
33
"outFiles": ["${workspaceFolder}/out/**/*.js"],
34
"preLaunchTask": "tasks: watch-tests"
35
}
0 commit comments