Skip to content

Commit 2322819

Browse files
Add comprehensive tests for resolveAndUpdatePythonPath prioritization logic (microsoft#842)
* Initial plan * Add comprehensive tests for resolveAndUpdatePythonPath prioritization logic Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com> * add tests for resolveAndUpdatePythonPath --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
1 parent 9825888 commit 2322819

File tree

2 files changed

+402
-3
lines changed

2 files changed

+402
-3
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)