Skip to content

Commit 3b64f0c

Browse files
committed
add tests for resolveAndUpdatePythonPath
1 parent 1f246e6 commit 3b64f0c

File tree

2 files changed

+357
-313
lines changed

2 files changed

+357
-313
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"--extensionDevelopmentPath=${workspaceFolder}",
2828
"--extensionTestsPath=${workspaceFolder}/out/test/unittest/index"
2929
],
30-
"env": {
31-
"TEST_GREP": "Python API Tests"
32-
},
30+
// "env": {
31+
// "TEST_GREP": "Python API Tests"
32+
// },
3333
"outFiles": ["${workspaceFolder}/out/**/*.js"],
3434
"preLaunchTask": "tasks: watch-tests"
3535
}

0 commit comments

Comments
 (0)