Closed bryphe closed 3 years ago
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
$createOrUpdate
$onDidChangeActive
$onDidAccept
Fix:
Feature_QuickOpen
Related to #3785 Fixes #2525
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:
Feature_QuickOpen
Related to #3785 Fixes #2525