Skip to content

Commit

Permalink
Revert "refactor(language-server): re-export @vue/typescript-plugin (
Browse files Browse the repository at this point in the history
…#4061)"

This reverts commit 0f5dfce.
  • Loading branch information
johnsoncodehk committed Mar 20, 2024
1 parent 2a77941 commit 1f54396
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/language-server/typescript-plugin.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/typescript-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The LSP client must be configured to explicitly enable this plug-in. This is don
"plugins": [
{
"name": "@vue/typescript-plugin",
"location": "/usr/local/lib/node_modules/@vue/typescript-plugin", // or "/usr/local/lib/node_modules/@vue/language-server/typescript-plugin",
"location": "/usr/local/lib/node_modules/@vue/language-server",
"languages": ["vue"],
},
],
Expand Down

0 comments on commit 1f54396

Please sign in to comment.