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

Allow quick pick to show a tooltip #174473

Closed
TylerLeonhardt opened this issue Feb 15, 2023 · 1 comment · Fixed by #174417
Closed

Allow quick pick to show a tooltip #174473

TylerLeonhardt opened this issue Feb 15, 2023 · 1 comment · Fixed by #174417
Assignees
Labels
feature-request Request for new features or functionality on-testplan quick-pick Quick-pick widget issues
Milestone

Comments

@TylerLeonhardt
Copy link
Member

One follow up from #173716 ...

  • Invalid Python environment in the kernel selection list. This usually happens when users have a partially broken Python environment. Jupyter or Python extension might be able to fix it, so we still present it to users (we don't automatically fix it for users, as it requires user consent). Currently, we put a warning codicon in the quick pick item title, but users don't know what the reason behind the "warning" is.
image

For this case, we can enable the ability to describe the issue with the ⚠️ by allowing a quick pick item to be hovered (or "hovered" via Ctrl+Space)

@TylerLeonhardt TylerLeonhardt added feature-request Request for new features or functionality quick-pick Quick-pick widget issues labels Feb 15, 2023
@TylerLeonhardt TylerLeonhardt added this to the February 2023 milestone Feb 15, 2023
@TylerLeonhardt TylerLeonhardt self-assigned this Feb 15, 2023
@TylerLeonhardt
Copy link
Member Author

TylerLeonhardt commented Feb 15, 2023

Addressed in #174417

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality on-testplan quick-pick Quick-pick widget issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants