I recently installed visual studio code onto my work computer and trying to set up my git repo's. I'm running into an issue where the VSCode wants to keep using my root directory (H://) to find the .gitconfig file.
I believe this is the case because VSCode installed into my system folder rather than the user folder. I don't have control on where VSCode is installed because my company admins determine that location.
Is it possible to make VSCode look into another folder path to find my .gitconfig file? I'm getting permission denied errors because the (H://) is a root drive.
My $HOME does point to my user profile folder on VSCode.