With the latest update I’ve been getting this error frequently enough to be annoying.
What if anything can be done?
With the latest update I’ve been getting this error frequently enough to be annoying.
What if anything can be done?
Have you tried reverting to a freshly installed state? https://www.sublimetext.com/docs/3/revert.html
Which version of macOS and which version of Sublime Text are you using?
I came upon the same issue and can provide some more context:
Steps to reproduce:
.html.eex
extension (syntax is “HTML (EEx)”)Does not happen with files of Markdown, Plain text or some of the other types/syntaxes I tried with.
Sublime console remains silent.
Workaround so far is to insert an extra step between 2 and 3 - paste into another text editor, and copy it from there (thus it carries no contextual information into sublime).
I am with Sublime text 3.2.2 (3211) on MacOS 10.15.1
v3.2.2 build 3211
Same issue for yaml files. Currently just changing the text review thingy from yaml to plain text and then saving. Here is a video: The screen recording doesn’t show the spinning beach ball. https://imgur.com/a/6c96mGO
macos catalina 10.15.3 (19D76)
sublime text v3.2.2 build 3211
just ran into the same issue, but with HTML Jinja2 files (.html.j2)
try to save a new file with HTML Jinja2 syntax on, get spinning beach ball, then failure
change to any other syntax and try to save and it works fine, saving already created files with HTML Jinja2 syntax on works fine
I seem to have no problems saving new file with yaml syntax or any other syntax I currently have at my disposal tho
Edit: thought occurred to me, could this be some kind of macos catalina permissions issue, plaguing user installed syntaxes?