VSCode1.29.0 freezes when installing vscode-colorize
See original GitHub issueI 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:
- Created 5 years ago
- Reactions:1
- Comments:16 (9 by maintainers)
Top 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 >
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
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 😃
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.