-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support blame on files outside the workspace repository #1
Comments
@Gama11 Thanks for the report. The way it is currently setup this might be tricky to implement, but I'll look into it. |
eamodio
changed the title
Doesn't work for files outside the workspace repository
Support blame on files outside the workspace repository
Sep 16, 2016
eamodio
pushed a commit
that referenced
this issue
Sep 19, 2016
Seems to work nicely now, thanks! :) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This extension seems broken for all files that are outside of the workspace's Git repo. I get errors like this in the developer console:
The absolute path for that is
C:/HaxeToolkit/haxe/lib/flixel/git/flixel/FlxObject.hx
, and that file is in a Git repo, just a different one than the workspace I'm currently in.The command run seems to be
git blame --porcelain --root -- <file-path>
- probably need to switch the working directory first in these cases?The text was updated successfully, but these errors were encountered: