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.

VSCode1.29.0 freezes when installing vscode-colorize

See original GitHub issue

I updated to VSCode 1.29.0 today and VSCode freezes now. I activated the extended function one by one, and I got on this extension function.

Since I am using CSS in JS, I enabled the following settings

"colorize.languages": [
  "javascript"
]

Also, I used Eslint

Perhaps when opening VSCode, colorize displays all javascript files. The reason is that ESLint warnings are displayed for all files which are not opened when VSCode is opened with colorize enabled.

I’m sorry, my English is not good

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
JonGarbayocommented, Dec 23, 2018

Hi,

I installed this new update, but the problem was the same. Though, it motivated me to investigate during my personal time to figure out what was wrong. Now I know: the XML files of my project are really big (the biggest is like 300,000 lines long), and as the 0.8.x colorize versions are watching them by default, VS Code crashes.

So I solved the problem by removing the “xml” entry of the “colorize.languages” setting.

I hope it will help other people facing the same issue 😃

3reactions
KamiKillertOcommented, Dec 22, 2018

Hi,

I’ve release a new version with a new setting enable_search_variables that allow you to disable the variable search at opening time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio Code - Code Editing. Redefined
VS Code is my most used and favorite editor. I love being able to customize the editor - changing the layout, the icons,...
Read more >
August 2022 - Visual Studio Code
Learn what is new in the Visual Studio Code August 2022 Release (1.71)
Read more >
Bracket pair colorization 10000x faster - Visual Studio Code
How we made bracket pair colorization in Visual Studio Code up to 10000 times faster.
Read more >
April 2022 (version 1.67) - Visual Studio Code
Bracket pair colorization - Colored bracket pairs are now enabled by default. Toggle inlay hints - Ctrl+Alt to quickly hide or show inlay...
Read more >
May 2022 (version 1.68) - Visual Studio Code
Terminal color and contrast enhancements - Find match background color, ... In this case, VS Code does not allow users to install this...
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