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

wizard: separate standard/action items from the list items using separator #2377

Open
justinmk3 opened this issue Dec 14, 2021 · 1 comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback. wizard

Comments

@justinmk3
Copy link
Contributor

(blocked until this lands in vscode stable API)

microsoft/vscode#74967

https://code.visualstudio.com/updates/v1_63#_proposed-extension-apis

QuickPickItem separators

This iteration we are introducing the ability for extensions to add separators (also known as "categories") to a Quick Pick via a proposed API vscode.proposed.quickPickSeparators.d.ts. This is useful for grouping items or just having a bit of space between items:

@justinmk3 justinmk3 added feature-request New feature or enhancement. May require GitHub community feedback. blocked waiting on third party / upstream / external wizard labels Dec 14, 2021
@JadenSimon JadenSimon removed the blocked waiting on third party / upstream / external label May 12, 2022
@JadenSimon
Copy link
Contributor

This is now possible. We need to handle the Cloud9 case though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback. wizard
Projects
None yet
Development

No branches or pull requests

2 participants