microsoft / microsoft/vscode-azurestaticwebapps

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

Open
#819 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
99
Forks
39
Avg merge
3d 7h
Merged PRs (30d)
2

Description

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 https://github.com/microsoft/vscode/issues/179023#issuecomment-1494730873

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the extension's Quick Pick creation and the logic that filters items in the web environment. Review how unavailable items are currently handled; done means those items remain visible but are disabled or otherwise cannot be selected, with acceptance behavior matching the issue description.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
developer-experience, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.