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

Using @ to obtain directory vscode in Vue's template template without path prompt #4514

Open lcyhyl opened 2 days ago

lcyhyl commented 2 days ago

Vue - Official extension or vue-tsc version

v2.0.24

VSCode version

1.90.2

Vue version

3x

TypeScript version

5x

System Info

No response

Steps to reproduce

Using @ to obtain directory vscode in Vue's template template without path prompt

Link to minimal reproduction

No response

Any additional comments?

No response

davidmatter commented 2 days ago

Hi @lcyhyl not sure what you mean

Using @ to obtain directory vscode in Vue's template template without path prompt

Please be more specific and define what happens and what you would expect.

lcyhyl commented 2 days ago

expect: image now: image

Previously, there was no need to install additional plugins to read the directory defined by @. Now, third-party plugins need to be installed to achieve this

davidmatter commented 2 days ago

Right, I can reproduce this one.

so1ve commented 1 day ago

Probably related to https://github.com/vuejs/language-tools/issues/3460