KamiKillertO / vscode-colorize

A vscode extension to help visualize css colors in files
Apache License 2.0
268 stars 37 forks source link

Performance Issue - High Profile MS #894

Open violetbee opened 1 year ago

violetbee commented 1 year ago

You might want to check attached txt file

image

kamikillerto.vscode-colorize-unresponsive.cpuprofile.txt

bombillazo commented 1 year ago

Ensure you use the "colorize.exclude" in the VS code settings option to ignore files inside your repo. If not, it'll scan EVERYTHING like build files, dist folders, etc.

But in recent VS Code updates, they have incorporated much of this plugin's features natively into the app. That, in conjunction with Color Highlight, is probably the recommended setup for this feature.