-
Notifications
You must be signed in to change notification settings - Fork 225
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
GitGutter "fails to update" after first file load / restart #536
Comments
Can't reproduce. Works well on my Ubuntu 18.04 VM. |
I don't doubt that @deathaxe. I would appreciate some more debuging instructions though, since I have already read Troubleshooting, and nothing came up. |
Did you try to set With some luck it may provide some more infos about the reason. Is the string from the "Results:" part (Gutter output "does not match" What distro are u using? |
I did: {
// Add a special marker on untracked files
"show_markers_on_untracked_file": true,
// Determines whether GitGutter will show informations in the status bar
// Set "none" to hide these informations
// Set "default" to show in the status bar what you are comparing
// against, how many lines have been inserted or modified and how many regions
// have been deleted.
// Set "all" to also show on what branch you are
"show_status": "all",
"debug": true
} Unfortunately, it only gives
No. it's just me saying that:
Ooops! 😄 Ubuntu 16.04.5 |
The repository is a big one, if that helps ... but I cannot thing of something else causing this 😕 |
The only thing I can see from your logs is an unsaved view and a "test.log" to be open, which is not within the repository. GitGutter itself does not create a message which matches the I absolutely can't find any entry point to start debugging. Whatever I try it works fine here on both, Windows and Linux. |
I know! In GitGutter's debug, there is ABSOLUTELY no mentioning of me opening a git-tracked file:
In the mockup I created with the debug messages, I would expect, instead of this:
It would have much more entries, like:
or something! However,
I know! I am trying to explain what the issue is, in some way!
I know! I would search the source code myself for the error messages (or even try to debug / put breakpoints in it myself), but I have no idea "where" GitGutter gets stucked, if it throws exceptions ... nothing. And neither do I know how the development/debugging process of Sublime extensions, so I cannot do what I would normally do to debug source code (like |
Description
Replication (for me) is quite simple:
Results:
git diff
Adding / removing it from Disabled Packages works, but I restart in-between.
I don't think the "acceptable" solution to be to restart every time I edit one file.
Support Info
The text was updated successfully, but these errors were encountered: