-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue intellisense does not work with PNPM & VSCODE 1.85.1 #3802
Comments
Encountering the same issue after update vscode and volar to the latest version but not a Astro project.
|
Could you please provide a minimal reproduction? |
@aspheresedge have provided the reproduction steps. I guess I just provide extra info to rule out some possibilities. Anyway here the steps to reproduce: (In short Follow Vue official quick start to create a vue application just replace
|
This seemed to be an upstream issue with auto complete |
same problem too, is this problem made from volar? or vscode lsp? |
I haven't had time to check the duplicate issue, but I think your solution is correct, when I did my VSCODE downgrade, TS got downgraded to 5.2.2 which is what you're recommending If anyone runs into this issue I would recommend looking at Antonio's solution. |
…due to https://youtrack.jetbrains.com/issue/WEB-64534 * importing component `<VueQueryDevtools>` @ `<App>` * remove `id` attr on the root node that should be removed in 9e8c5f4 @ `<BilibiliVote>` @ fe
Vue intellisense doesnt work on astro projects after updating vscode to the latest version when you're using pnpm as your package manager.
reproduction steps:
1 - pnpm create astro@latest
2 - pnpm astro add vue
The text was updated successfully, but these errors were encountered: