Closed brownsugar closed 3 years ago
All those tracebacks have one thing in common. They indicate functions from imported python modules not being available. The first one for instance says sublime.set_timeout()
wouldn't exist and so the others point to similar issues.
Are there certain situations when that happens. Does it happen directly after startup or while ST has been running for a while already?
I don't see such issues on Windows with exactly the same setup. ST 4096 (4097 now) GitGutter 1.11.3.
Not sure what's going on as those functions should be availbe forever once the library was imported.
Description
Sometimes GitGutter does not work, like it's completely disabled, no blames for code and no git status in status bar (while status_bar_text is set). Most error messages I got in the console:
Here's another one:
Support Info
ConvertToUTF8
is not installed.Steps to Reproduce Issue
No steps, just opened Sublime text regularly, but sometimes it works.