Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal separators in Python interpreter list #17944

Closed
cdce8p opened this issue Nov 5, 2021 · 6 comments · Fixed by #18171
Closed

Horizontal separators in Python interpreter list #17944

cdce8p opened this issue Nov 5, 2021 · 6 comments · Fixed by #18171
Assignees
Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality verified Verification succeeded
Milestone

Comments

@cdce8p
Copy link

cdce8p commented Nov 5, 2021

microsoft/vscode#137745

With the last release, the Jupyter extensions added horizontal separators with labels to the notebook kernel list. The Python interpreter list is already sorted. If it's possible, I think it would be a nice usability improvement to add separators there as well.

The image from the changelog entry: https://code.visualstudio.com/updates/v1_62#_jupyter

kernel_picker

@cdce8p cdce8p added triage-needed Needs assignment to the proper sub-team feature-request Request for new features or functionality labels Nov 5, 2021
@karthiknadig karthiknadig added needs community feedback Awaiting community feedback and removed triage-needed Needs assignment to the proper sub-team labels Nov 8, 2021
@karthiknadig
Copy link
Member

Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue.

@karthiknadig karthiknadig added the area-environments Features relating to handling interpreter environments label Nov 8, 2021
@cdce8p
Copy link
Author

cdce8p commented Dec 9, 2021

The QuickItemSeparator is part of the proposed APIs for VS Code 1.63.0.
https://code.visualstudio.com/updates/v1_63#_quickpickitem-separators

@cdce8p
Copy link
Author

cdce8p commented Jan 14, 2022

@karrtikr I just built the extension from the main branch to have a look for myself. It's just like I had imagined it, a great addition! Thanks for implementing it! Looking forward to using it in production 😍

@karrtikr
Copy link

Glad you like it 😊 FYI you can use the command Python: Switch to Insiders if you want to install the latest main branch as an extension.

@cdce8p
Copy link
Author

cdce8p commented Jan 14, 2022

Glad you like it 😊 FYI you can use the command Python: Switch to Insiders if you want to install the latest main branch as an extension.

👍🏻 I'm not a huge fan of the old insider support tbh, especially since it updates automatically. I prefer a bit more control about how and when I update. Looking forward to the dedicated pre-releases though, #18144.

@karrtikr
Copy link

That's fair. It's a bit messy atm but running Python: Switch to default channel following Python: Switch to Insiders should stop the automatic updates.

And yes, we plan to adopt #18144 very soon.

@karthiknadig karthiknadig added the verified Verification succeeded label Jan 24, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants