-
Notifications
You must be signed in to change notification settings - Fork 154
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
0.4.2 new issue finding files for diff #297
Comments
Please could you send a sample repo with details to replicate this issue. Thanks. |
I'll try and locate one to use. Everything I usually work on comes from private repositories. I'll add a comment when I have an example repository. |
me too. |
Oh but this means I have to use... 🥁 ... ⚡ (?! [A-Z]+) 💥 !!! ⚡your (this || that || ...) code editor and/or git log gui client
This extension shows timeline graphics among git chaos (👍 ), while using Visual Studio |
Same for me, can't do file diffs at all
|
I have run across the same issue as well. Moreover, I'd like to contribute more useful information for the issue:
As a result, I doubt whether the git command "git show ***" is incorrectly built. |
Oddly, this doesn't seem to be constant. Today I was frustrated and kept clicking compare to previous and at one point it just worked. I didn't make any changes or even leave that window. Just tried it multiple times. |
+1 I am seeing the same issues
|
+1 having issue |
+1 same issue |
+1 to issue having |
guys! if you have the same problem on WINDOWS, you could get your answer at #316 . Install that unofficial git-history-vscode, and it will work for this function |
@JWleo thank you for telling others about the PR but, better you change "gays" to "guys" in your sentence ;-) |
@JWleo vsix is no longer available for download. |
It says
|
@hussem1 May be something wrong about your internet. |
@JWleo Thank you, I downloaded and tested it. Works great. I hope this gets merged soon. |
Alternate to PR #314 which should make the fixFileUrl unnecessary I guess I assume some path modification take place before fsPath() got initially called. So the call immediately after Uri.file([...]) is called fixes it for me. More details on _makeFsPath here: https://github.com/Microsoft/vscode/blob/master/src/vs/base/common/uri.ts#L547 May also fix #307, #296, #297 and others.
This issue should be fixed with version 0.4.3, too |
the issue is still there |
@giammi56 feel free to please raise a new issue with some log and environment details. Thank you |
When I try to view and compare against file in my work space I get an error dialog that says, "Corresponding work space file does not exist".
I think the cause is related to the this other issue. When I try to compare against a previous version I see an error in the output that says "fatal: '../../C:/[pathtofile]/[file]' is outside repository"
Looks like it's prepending unnecessarily to an already fully qualified path.
The text was updated successfully, but these errors were encountered: