question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

extension freeze the editor

See original GitHub issue

first 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:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ctf0commented, Jul 1, 2022

oh ok, np then, thank you so much for your time and your help.

1reaction
moalamricommented, Jul 1, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found