-
Notifications
You must be signed in to change notification settings - Fork 15
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
VS Code freezes after you type ${ #16
Comments
Hi @mmicheux, thanks for submitting your issue. I was able to reproduce this on both Windows and OS X and I will start working on a fix ASAP. |
Seems like it is just freezing when the text is getting too long. @dcortes92 I am not really familiar with vscode extensions, but with regex. So is this line responsible for this? If so, I could try to rewrite it. |
@dcortes92 you think following would work as regex: This matches everything between |
I have the same issue. I needed to uninstall the extension in order to continue working on my freemarker templates, which is counter productive. |
Has anyone found any workarounds for this? I began experiencing this issue as well and have had to uninstall the plugin as well. |
I just experienced this issue and have uninstalled the plugin to get around it. In my case, I was missing a closing |
What's current status? This is serious issue. Working on MBP with 16 GB ram and still freezing. Uninstalling this until issue is resolved. |
Per the below site, VS Code freezes when you ${ and there is no closing }.
microsoft/vscode#52886
The text was updated successfully, but these errors were encountered: