3

My gitlens plugin for VSCode keeps complaining about the old git version.

In the server I have a newer git in a local folder, that prevails in bash because it is on .bashrc using PATH (alias also tested).

There is in internet a .json setting for the path of git for gitlens. It doesn't work for the current gitlens version.

How to I make gitlens see my desired local git

Ferroao
  • 220

1 Answers1

0

Necessary step:

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

Ferroao
  • 220