I use VS Code for some cross-platform coding and use Git/SVN for version control. In general, I don't see any problem with Git on VSC, but recently when I installed SVN extension on VSC, there is a warning showing up every time that is super annoying.
Then I realize the reason may be that the Git related repo is on the Windows, while the SVN is installed in the WSL. So it could not recognize the executable (both file type and path).
As mentioned in my previous post, one can launch VSC from both Windows or WSL. After I started VSC from the WSL terminal, then I found that I can install the SVN extension for WSL successfully without warnings. So for this feature, I will need to use the WSL's VSC.
No comments:
Post a Comment