vuejs / language-tools

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

still lacks proper support for nvue, causing widespread code highlighting issues #4651

Closed leafiy closed 1 month ago

leafiy commented 1 month ago

Vue - Official extension or vue-tsc version

v2.0.28

VSCode version

1.92.0

Vue version

nan

TypeScript version

nana

System Info

No response

Steps to reproduce

open a nvue file,already set as #4321

jsconfig/tsconfig.json { "include": ["*.ts", "*.vue", "*.nvue"], "vueCompilerOptions": { "extensions": [".vue", ".nvue"] } } "files.associations": { "*.vue": "vue", "*.nvue": "vue" },

What is expected?

like vue file

What is actually happening?

image

Link to minimal reproduction

No response

Any additional comments?

No response

davidmatter commented 1 month ago

Please provide a more detailed description of your issues and more specific steps to reproduce. Best case: Create a minimalistic example project that we can look into.