Skip to content
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

Bug: pug-plugin installs @vue/compiler-dom and doctor warns about it for Vue 2.7 projects #2002

Closed
dsvgl opened this issue Oct 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@dsvgl
Copy link

dsvgl commented Oct 12, 2022

I have a Vue 2.7 project with pug.
With latest version of Volar (currently 1.0.6) the doctor warns about pug needs a plugin to support TypeScript intellisense in template.
I installed @volar/vue-language-plugin-pug like described here and added the plugin to vueCompilerOptions in tsConfig.
Restarted VSCode.
Now I get this warning about @vue/compiler-dom should be removed because Vue 2.7 includes it.
Bildschirmfoto 2022-10-12 um 14 13 21
If I look at my yarn.lock, I see that it gets installed as part of the installation of @volar/vue-language-plugin-pug.

@johnsoncodehk johnsoncodehk added the bug Something isn't working label Oct 12, 2022
@johnsoncodehk
Copy link
Member

Thanks for the report, you can just ignore it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants