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

Disable quick pick items rather than hiding them when in web environment #819

Open
nturinski opened this issue Apr 3, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@nturinski
Copy link
Member

As a workaround, you can use vscode.window.createQuickPick() and then put all this disabled items under a quick pick separator called like "not available"... and then in your qp.onDidAccept handler you could just no-op for those items underneath that separator.

Originally posted by @TylerLeonhardt in microsoft/vscode#179023 (comment)

@alexweininger alexweininger added the enhancement New feature or request label Apr 5, 2023
@alexweininger alexweininger added this to the 0.12.0 milestone Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants