You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My machine had been slow for quite a while and upon investigating the cause it became obvious that something was causing Sublime to be stuck in an indexing loop (using spikes of 100% CPU, then going idle for 30 seconds or so).
The culprit was:
reloading python 3.3 plugin Naomi.__init__
generating meta info summary
error parsing lexer: Packages/Naomi/syntaxes/css3/combinator.sublime-syntax: invalid type for match at line 24 column 14
Disabling Naomi resolves the issue.
The issue has been present in Sublime Text 4 builds 4124, 4123, and 4122 at least.
NB: It seems the Naomi project might be dead? But this information may help someone Googling for a solution.
The text was updated successfully, but these errors were encountered:
jamesandres
changed the title
Naomi appears to break Sublime Text (4?) indexer
Naomi appears to break Sublime Text (4?) indexer, causes 100% cpu usage
Dec 9, 2021
Sorry for not updating the project, I have been working a lot in the last couple of months, but the routine is changing and getting easier and I'll be able to dedicate some time again to this project.
My machine had been slow for quite a while and upon investigating the cause it became obvious that something was causing Sublime to be stuck in an indexing loop (using spikes of 100% CPU, then going idle for 30 seconds or so).
The culprit was:
Disabling Naomi resolves the issue.
The issue has been present in Sublime Text 4 builds 4124, 4123, and 4122 at least.
NB: It seems the Naomi project might be dead? But this information may help someone Googling for a solution.
The text was updated successfully, but these errors were encountered: