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

fix(scm/#2525): Fix 'Git: Checkout to' command #3791

Merged
merged 7 commits into from
Aug 5, 2021

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Aug 3, 2021

Issue: The 'Git: Checkout to...' command wasn't working as expected.

Defect: The checkout branch QuickPick menu uses some menu extension APIs that weren't currently supported, including:

  1. Exthost -> Main: $createOrUpdate
  2. Main -> Exthost: $onDidChangeActive, $onDidAccept

Fix:

  • Refactor the extension menus to Feature_QuickOpen
  • Implement the missing APIs

Related to #3785
Fixes #2525

@bryphe bryphe merged commit 14579f2 into master Aug 5, 2021
@bryphe bryphe deleted the fix/scm/2525/git-checkout-menu branch August 5, 2021 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Git checkout does nothing
1 participant