-
Notifications
You must be signed in to change notification settings - Fork 38
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
Inline diff is not displayed #198
Comments
I have the same issue. The gutter indicators stopped working and they are crucial to me. |
By the way, on my side the bug is also happening on Windows, VSCode version 1.76.2. And switching to 1.75.1 helped, thanks @marcatec. |
Yeah, I am getting the same issue. Switching to 1.75.1 (https://update.code.visualstudio.com/1.75.1/win32-x64-user/stable) helped me (Windows 10) |
👋 @mrcrowl, I'm a developer on VS Code and I made the change that caused this breakage. Here's what's happening now:
@mrcrowl, if you're willing to make the fix to |
@alexr00 - Can you please make these changes in the next VSC release as we wait for the ones here to be made? Thank you in advance. |
After discussing with others on the VS Code team, we've decided not to make any VS Code change to unblock quick diffs in Mercurial. There's definitely a bug in the extension, it was just more hidden before. Any change we make in VS Code for this is just a work around and wouldn't fix whatever other issues this path bug is causing in the extension. I've created a PR here to make the change needed for Mercurial to get quick diffs again: #199 If you need quick diffs immediately I would recommend downgrading the version of VS Code you're using to 1.74. |
Thanks for looking into this @alexr00. I should be able to look at the PR this week. |
@incidentist any update on this? I am also am interested in how this bug might be resolved. |
Done. |
Inline diff view and change indicators stopped working recently (couple of weeks ago maybe) while changes in working directory still can be viewed.
The behaviour I got (right tab is working directory changes for comparison):
The expected behaviour is as in git extensions (which was fine until some recent update):
Tried reinstalling the extension, but it didn't help. Also I don't remember messing with extension's or mercurial's settings.
The text was updated successfully, but these errors were encountered: