Is there a setting to reactivate "Create new branch" when switching branches?

22 Views Asked by At

In previous versions of vscode it was possible to switch branches and instantly creating a new, if it does not exists. That doesn't work anymore because the "Create new Branch" DropDown disappears.

What I mean:

Open the branch in the lower left corner, the "Select branch or tag to checkout" window appears:

select a branch or tag to checkout

The option "Create new branch" stayed there even when typing in a branch, that does not exist.

In the current version it now disappears: new Branch name

I used this to create new branches on-the-fly, if there is no branch with this name already existing. Is there an option to re-enable this? It's really annoying to first search for existing branches and then deleting everything, activating "Create" and then retyping everything.

We are working based on work item IDs, so there is often the case that a branch either exists or not exists, depending on if there was already some work involved.

I searched for a setting, but couldn't find one.

0

There are 0 best solutions below