extension freeze the editor
See original GitHub issuefirst many thanks for this extension, it really helps.
i currently have a regex of ((?<=class=\").*?(?=\")|(?<=style=\").*?(?=\"))
which basically supports both style & class,
however with files that are 200+ lines, it would cuz the whole thing to freeze,
so is there a way to make this more performant ?
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Building and debugging extensions is freezing the editor
Does this issue occur when all extensions are disabled?: Yes/No VS Code Version: OS Version: Version: 1.74.0 Commit: ...
Read more >Editor extension onDidCloseTerminal() causes editor to freeze
This seems to solve the issue of the editor freezing: window.onDidCloseTerminal(async t => { // Watch for when the server terminal closes.
Read more >Locking editor panes in Visual Studio ... - Christian Heilmann
menu of the tools pane and select “Lock Group”. Locking the pane with the DevTools Extension. The locked group then shows a lock...
Read more >Freezing on editing - Visual Studio Feedback
Hang: VS entirely freezes up, app window frosts over and doesn't become responsive again, I have to kill it via the task manager....
Read more >Freeze — jupyter_contrib_nbextensions 0.5.0 documentation
This extension allows to make cells read-only or frozen. It provides three buttons: unlock; read-only; frozen. For code-cells:
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
oh ok, np then, thank you so much for your time and your help.
I’m afraid such decoration is not available. Maybe in upcoming updates I will expose more options from the available decorations. Regarding performance enhancing, I have pushed an update that decorate the visible portion of code only, so the performance will stay the same in all files sizes.