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 have a project which sits inside a subfolder of the git repo, so vscode-git-line-blame isn't initialised since the root folder that vscode sees doesn't hav a .git folder (it's a level higher up).
Is it possible to work around this issue with your extension?
The text was updated successfully, but these errors were encountered:
Ah, not sure. Happy to merge if you get subfolders to work. Seems VS Code is generally very oriented around having the workspace root be the git repo root.
Hi
I have a project which sits inside a subfolder of the git repo, so
vscode-git-line-blame
isn't initialised since the root folder that vscode sees doesn't hav a.git
folder (it's a level higher up).Is it possible to work around this issue with your extension?
The text was updated successfully, but these errors were encountered: