我的 VSCode gitlens 插件一直抱怨旧的 git 版本。
在服务器中,我在本地文件夹中有一个较新的 git,它在 bash 中很普遍,因为它在 .bashrc 上使用 PATH(也测试了别名)。
互联网上有一个 .json 设置用于 gitlens 的 git 路径。它不适用于当前的 gitlens 版本。
如何让 gitlens 看到我想要的本地 git
我的 VSCode gitlens 插件一直抱怨旧的 git 版本。
在服务器中,我在本地文件夹中有一个较新的 git,它在 bash 中很普遍,因为它在 .bashrc 上使用 PATH(也测试了别名)。
互联网上有一个 .json 设置用于 gitlens 的 git 路径。它不适用于当前的 gitlens 版本。
如何让 gitlens 看到我想要的本地 git
必要步骤:
https://stackoverflow.com/questions/55988854/alter-path-for-vs-code-remote-ssh
(F1 or ctrl+shift+p): Remote-SSH: Kill VS Code Server on Host