-
Notifications
You must be signed in to change notification settings - Fork 790
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
Annoying assertion when typing code #3795
Comments
It also seems to leave the editor in a somewhat broken state. Auto de-indentation doesn't work once this gets hit. |
Looking at this code, something in brace matching is using an error logger after it has been deactivated. It's likely to be from this
It may be harmless in this case because @auduchinok I think this may be related to your PR for parsing on non-compiler threads - could you take a look? |
@dsyme I'll take a look. |
I'm noticing this on a VSIX built on my install from |
It makes typing any code impossible. I've tested in release for a while. |
Yeah, I noticed that it's basically anything where you hit space or enter after a token, or |
In a hive, type something like:
Eventually, you'll see something like this:
I have no idea what could be causing this.
The text was updated successfully, but these errors were encountered: