简体   繁体   中英

Is there a way to get VS code work with git worktree? (Windows with WSL)

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?

I didn't think this would matter, but it turns out... I'm on Windows and run my git command line in Windows Subsystem for Linux. But obviously, Git on Windows couldn't find the absolute linux path in /mnt/d... .

I replaced it with a relative path and now Git on Linux and Git on Windows both report the worktree as being in a git directory. And it works with VS code as well!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM