I was in the middle of working in the terminal and it prompted me with:
The following extensions have contributed to this terminal's environment:
* `Git`: Enables the following features: git auth provider
---
The following extensions want to relaunch the terminal to contribute to its environment:
* `Git`: Enables the following features: git auth provider
It has this as the popover/hint text on the terminal selector (which shows a list of open terminal instances, e.g., bash, tmux, etc.). When I click on more information, there are several env variables: GIT_ASKPASS, VSCODE_GIT_ASKPASS_NODE, VSCODE_GIT_ASKPASS_EXTRA_ARGS, VSCODE_GIT_ASKPASS_MAIN, VSCODE_GIT_IPC_HANDLE.
I’m guessing this is some kind of plumbing that vscode wants, but as I do not use git is there any way to turn this off? Or should I just ignore this and pretend I didn’t see it (I’m excellent at this, really in my wheelhouse if needed).
Thanks!