You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed nvm (node version manager) using a curl one-liner from their repo.
the install script checks out the cloned repo to a release tag and deletes all other branches.
This causes the "GitBranch" provider to error out spectacularly.
This happens only if u open files from outside the git repo.
As in if the repo is ~/.config/nvm and that is not your pwd.
GIF showing the issue ( and that the GitBranch provider is causing it ).
Exact steps to reproduce.
Note: if have XGD_CONFIG_HOME set to ~/.config. which is where nvm gets installed.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
nvim ~/.config/nvm/nvm.sh # does not have to nvm.sh. can be any file
steps to reproduce with actually installing nvm (replace abhishek with your username)
I recently installed nvm (node version manager) using a curl one-liner from their repo.
the install script checks out the cloned repo to a release tag and deletes all other branches.
This causes the "GitBranch" provider to error out spectacularly.
This happens only if u open files from outside the git repo.
As in if the repo is
~/.config/nvm
and that is not your pwd.GIF showing the issue ( and that the GitBranch provider is causing it ).
Exact steps to reproduce.
Note: if have XGD_CONFIG_HOME set to ~/.config. which is where nvm gets installed.
steps to reproduce with actually installing nvm (replace abhishek with your username)
The text was updated successfully, but these errors were encountered: