vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.87k stars 405 forks source link

Volar interferes with VS Code's hex color swatches #3315

Closed ffxsam closed 6 months ago

ffxsam commented 1 year ago

I ran a VS Code extension bisect and identified Volar as the root cause of this issue.

When a project loads up, I can see that I initially have color swatches next to all hex colors, but once Volar loads, they disappear. See below.

https://github.com/vuejs/language-tools/assets/12532733/b04e5639-381f-4bad-8985-a2294e4411b0

johnsoncodehk commented 6 months ago

This may be an issue with VSCode, please report it to VSCode. Because the Vue langauge server only provides color infos through the LSP, the Vue extension will not actively push this.