Replies: 3 comments 3 replies
-
It is not a vscode extension. Usage here: https://github.com/vuejs/language-tools/tree/master/packages/language-plugin-pug |
Beta Was this translation helpful? Give feedback.
2 replies
-
Duh. Yes it is there and I now understand. Thanks.
I had the idea that it was a plugin to vscode not a project. Extensions
are not limited to one project so I thought the same was true of plugins.
In my humble opinion it should be called a package, not a plugin. What is
the difference between a plugin and a package?
…On Tue, Jun 11, 2024 at 8:40 PM Johnson Chu ***@***.***> wrote:
Check package.json files in your project, did you find
@vue/language-plugin-pug dependency?
—
Reply to this email directly, view it on GitHub
<#4459 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGGDP64MUTVPWSUTLVTAM3ZG67LVAVCNFSM6AAAAABJDOVOVGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TONBVHA4TE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for taking the trouble to explain it. I would never have figured
any of this out.
Feature request: In the repo where installation instructions show the npm
command, mention that it needs to be installed per project.
…On Wed, Jun 12, 2024 at 3:15 AM Ray ***@***.***> wrote:
To be clear: this "plugin" is indeed a plugin (VueLanguagePlugin) that
vue language tools internally invokes it to call some hooks to extend its
functionality, such as pug support, once you include it in tsconfig. It is
a package too, since it is published to NPM to make it possible for users
to install. To make the development environment consistent between
different developers, the plugin is needed to be install per project, thus
both the vscode Vue extension and vue-tsc can make use of it.
—
Reply to this email directly, view it on GitHub
<#4459 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGGDPZEFSYA5NMQYXJIZNDZHANS5AVCNFSM6AAAAABJDOVOVGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TONBZHE2DI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
VSCode says that I need to upgrade my language-plugin-pug. I did a bunch of googling and everyone seems to think plugins and extensions are the same thing and they all say to go into the extensions even though the question uses the word plugin. I looked and it isn't in extensions so I don't know how to proceed. Can someone help?
Beta Was this translation helpful? Give feedback.
All reactions