plievone / vscode-template-literal-editor

Extension to VS Code. Use Ctrl+Enter to open ES6 template literals and other configured multi-line strings or heredocs in any language in a synced editor, with language support (HTML, CSS, SQL, shell, markdown etc).
https://marketplace.visualstudio.com/items?itemName=plievone.vscode-template-literal-editor
55 stars 5 forks source link

Editing can stall in new vscode versions #7

Open plievone opened 6 years ago

plievone commented 6 years ago

Two problems have appeared on latest vscode:

Previously these worked fine, so I guess I'll just wait and see if the situation improves.

jeffijoe commented 5 years ago

My editor usually hangs after a few minutes of having the template literal subdocument open, and I'll need to force-restart it. Shame really because this is a great extension!

plievone commented 5 years ago

Thanks, I'll look into it a bit later. If it really hangs the editor, seems serious for sure. I will be out in the wilderness most of this month, so it may take until August that I can look into it properly.

jeffijoe commented 5 years ago

No worries, VS Code saves all buffers so a crash doesn't result in data loss, it's just inconvenient.

Enjoy your wilderness adventure!