constpick=awaitnewReferencesQuickPick(node.repoPath).show('Choose a branch to check out to',{checkmarks: false,filterBranches: b=>!b.current,include:'branches'});
constpick=awaitnewReferencesQuickPick(node.repoPath).show('Choose a branch to check out to',{
checkmarks: false,
filterBranches: b=>!b.current,
include:'branches'
});
if(pick===undefined)returnundefined;
if(pick===undefined)returnundefined;
branch=pick.item;
branch=pick.item;
@ -265,7 +269,8 @@ export class ViewCommands {
}
}
constname=awaitwindow.showInputBox({
constname=awaitwindow.showInputBox({
prompt:"Please provide a name for the local branch (Press 'Enter' to confirm or 'Escape' to cancel)",
prompt:
"Please provide a name for the local branch (Press 'Enter' to confirm or 'Escape' to cancel)",