I like to keep on repository checked out in several worktrees with git worktree
to easily work on different branches simultaneously.
Yet VS code does not seem to recognize git as scm when it is in a git worktree folder.
I couldn't find anything in the docs about this or an extension. Are there any ideas on how I could get VS code to support git features in an external worktree?