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.
Group interpreters in interpreter quick picker using separators (#18171)
* Group interpreters in interpreter quick picker using separators * Do not group while the list is loading * Cleanup * Ensure full display name does not have arch for non-global type envs * tes * Recommend the same interpreter we autoselect * Fix env resikver tst * Fix display name testS * Fix status bar display * Fix autoselection tests * Fix interpreter selector tests * Fix sorting/do not prioritize conda envs * Recommend Pipenv & Poetry envs * Do not autoselect poetry/pipenv envs * Fix interpreter selector tests * Fix set interpreter tests * News * Add test for grouping * Events to add an environment are handled appropriately if a grouped list is present * Code reviews * Add a new group for recommended interpreter * Localize group names * Fix unit tests * Change quickpick list placeholder
- Loading branch information
Kartik Raj
authored
Jan 13, 2022
1 parent
b13087a
commit b929726
Showing
27 changed files
with
580 additions
and
168 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Group interpreters in interpreter quick picker using separators. |
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.