microsoft / microsoft/vscode-azurestaticwebapps
Disable quick pick items rather than hiding them when in web environment
Nobody has claimed this yet.
- 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 yourqp.onDidAccepthandler 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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