forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not resolve inside iterEnvs in low-level locators (#16642)
* Log more details * Fix tests * Pluck resolving out of locators * Allow ILocator to accept additional return types for iterEnvs * Modify iterEnvs of Windows store locator to return only basic envs * Rename executable to executablePath * Factor out resolver for kind * Only do basic env collision resolving in reducer * Fix tests for resolver * Fix tests with reducer * Pluck out resolving in windows registry locator * Pluck out resolving in workspace locator * Pluck out resolving in global locator * Pluck out resolving in poetry locator * Pluck out resolving in custom virtualenv locator * Pluck out resolving in pyenv locator * Pluck out resolving in conda locator * Pluck out resolving in posix known paths locator * Pluck out resolving in windows path locator * Fix watcher tests * Change pythonEnvs index module to accept BasicEnvInfo * Remove duplicate assignment * Oops * Remove unnecessary API * Fix bug * Added resolver to resolve globally installed envs * Rename * Fix tests
- Loading branch information
Kartik Raj
authored
Jul 15, 2021
1 parent
d78ceea
commit 919ea9e
Showing
44 changed files
with
851 additions
and
1,909 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.