vuejs / language-tools

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

No template class links when `experimentalResolveStyleCssClasses` is set to `always` #4379

Closed Ilanaya closed 1 month ago

Ilanaya commented 1 month ago

Reproduction repo

P.S. Looks like the vueCompilerOptions are resolved incorrectly.

Tsconfig in repro repo: https://github.com/Ilanaya/volar-starter/blob/main/tsconfig.json#L19-L22

2doe3Br5NN