VS Code 1.52.1 on Mac
I want to checkout to a local branch dev using the integrated SCM, but the branch name doesn't show up in the list.
Cli shows all branches correctly:
% git branch -a
dev
* master
remotes/origin/dev
remotes/origin/master
But in VS Code >Git: Checkout to... shows only:
Where's the local dev? Am I doing something wrong?




