Skip to content

Commit 1f54396

Browse files
committed
Revert "refactor(language-server): re-export @vue/typescript-plugin (#4061)"
This reverts commit 0f5dfce.
1 parent 2a77941 commit 1f54396

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/language-server/typescript-plugin.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/typescript-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The LSP client must be configured to explicitly enable this plug-in. This is don
1111
"plugins": [
1212
{
1313
"name": "@vue/typescript-plugin",
14-
"location": "/usr/local/lib/node_modules/@vue/typescript-plugin", // or "/usr/local/lib/node_modules/@vue/language-server/typescript-plugin",
14+
"location": "/usr/local/lib/node_modules/@vue/language-server",
1515
"languages": ["vue"],
1616
},
1717
],

0 commit comments

Comments
 (0)