vscode-colorize
vscode-colorize copied to clipboard
A vscode extension to help visualize css colors in files
Hello, All color highlighting just broke in my CSS. The color boxes are still working.   Great work on this extension btw. It's awesome!
.vscode/extensions/kamikillerto.vscode-colorize-0.8.11/out/src/lib/colors/color-decoration.js ``` _generateDecorator() { let backgroundDecorationType = vscode_1.window.createTextEditorDecorationType({ // borderWidth: '1px', borderWidth: '0 0 1px 0', borderStyle: 'solid', borderColor: this.color.toRgbString(), // backgroundColor: this.color.toRgbString(), // color: color_util_1.generateOptimalTextColor(this.color), rangeBehavior: vscode_1.DecorationRangeBehavior.ClosedClosed }); this._decoration...
hi is it possible to get colors inside the suggest box of vscode Example in some plugin we can see this  or maybe i do something wrong because i...

I think this was introduced recently, maybe on vscode 1.46, or recent ext update. opening a workspace causes the ext to hang on "fetching files' (visible on bottom right) it...
Please, consider publishing on Openvsx (https://github.com/eclipse/openvsx/wiki/Publishing-Extensions), a marketplace alternative.
- Issue Type: `Performance` - Extension Name: `vscode-colorize` - Extension Version: `0.8.13` - OS Version: `Darwin x64 15.6.0` - VSCode version: `1.38.1` :warning: Make sure to **attach** this file from...
- Issue Type: `Bug` - Extension Name: `vscode-colorize` - Extension Version: `0.8.17` - OS Version: `Windows_NT x64 10.0.19041` - VSCode version: `1.51.1` ``json { "messages": [], "activationTimes": { "codeLoadingTime": 995,...
Hello! Looks like the extension currently parses HTML symbols with hashtags and thinks they are color codes:
The alpha channel is not visible under the color  If the color has an alpha channel it is better to add a background change setting: 1. light color ->...