Open cc-nogueira opened 3 years ago
This is a great ideea, this could be a workspace scoped setting. So you can choose which one to use per workspace.
Feel free to contribute!
@cc-nogueira is this your question?
Well, it's showing the wrong color where Gutter is showing the right swatch. So is this a Bug?
Would really appreciate this. VSCode does correctly display the colors.
Yeah I see to be having the same issue. Using vscode 1.59.0 and developing flutter apps.
I'm having the same issue, it displays the colors in the RGBA format instead of ARGB, that flutter uses, while vscode with the colored square displays the correct color
I wonder if there could be an extension option to define whether the alpha channel is represented at the start or the end of a hexa constant.
In Flutter colors are commonly represented as #ARGB witch is not currently supported by this extension.