如何配置 VS Code 以显示多个存储库的更改?
我有以下结构:
- Repository 1 (git repo)
|- src
|- test
|- ...
|- Widgets (git repo)
|- src
|- test
|- ...
Run Code Online (Sandbox Code Playgroud)
两者Repository 1都有文件Widgets夹.git。在“源代码管理”中,我只能看到 的更改Repository 1,但看不到Widgets。
另外,在“源代码控制 - 源代码控制提供程序”中我只能看到Repository 1.
我尝试将Repository 1和都配置Widgets为工作空间文件夹,但没有帮助。在GitLens扩展中,我独立地看到两个存储库,但无法从那里提交。