vscode-colorize icon indicating copy to clipboard operation
vscode-colorize copied to clipboard

Work with all languages.

Open mateushnsoares opened this issue 5 years ago • 1 comments

I don't understand why colorize need be enabled to certain languages, he should work "natively" with all languages

mateushnsoares avatar Sep 09 '20 11:09 mateushnsoares

You can enable colorize for all files with:

"colorize.include": [ "*" ]

Enzime avatar Sep 26 '21 03:09 Enzime