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

vscode: align signature of showQuickPick #10974

Merged
merged 1 commit into from
Apr 4, 2022
Merged

Conversation

vince-fugnitto
Copy link
Member

What it does

Fixes: #10968.

The pull-request aligns the signature of showQuickPick with the expectations from the VS Code API, and ultimately marks our compatibility report for the method as supported.

How to test

  1. include the following test extension quick-pick-0.0.1.zip
  2. start the application
  3. confirm the commands Quick Pick: A, Quick Pick: B and Quick Pick: C work as expected

Review checklist

Reminder for reviewers

Signed-off-by: vince-fugnitto [email protected]

The commit updates the signature of `showQuickPick` so that it is
correctly marked as supported in our compatibility report.

Signed-off-by: vince-fugnitto <[email protected]>
@vince-fugnitto vince-fugnitto added the vscode issues related to VSCode compatibility label Apr 1, 2022
@vince-fugnitto vince-fugnitto merged commit ce495c5 into master Apr 4, 2022
@vince-fugnitto vince-fugnitto deleted the vf/showQuickPick branch April 4, 2022 13:52
@github-actions github-actions bot added this to the 1.25.0 milestone Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vscode: align signature of showQuickPick
2 participants