You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
## Vue Language Server
2
2
3
-
`vue-language-server` is a language server implementation compatible with [`language-server-protocol`](https://github.com/Microsoft/language-server-protocol).
3
+
Vue Language Server (`vls`) is a language server implementation compatible with [`language-server-protocol`](https://github.com/Microsoft/language-server-protocol).
4
4
5
-
Vetur is the VS Code client consuming `vue-language-server`.
5
+
Vetur is the VS Code client consuming `vls`.
6
6
7
-
It's possible for other `language-server-protocol` compatible editors to build language server clients that consume VLS.
7
+
It's possible for other LSP compatible editors to build language server clients that consume `vls`.
8
8
9
9
## Usage
10
10
11
-
There are two ways to integrate `vue-language-server` into editors:
11
+
There are two ways to integrate `vls` into editors:
12
12
13
13
1. As a global executable.
14
14
@@ -17,7 +17,7 @@ There are two ways to integrate `vue-language-server` into editors:
17
17
First, install VLS globally.
18
18
19
19
```bash
20
-
npm install vue-language-server -g
20
+
npm install vls -g
21
21
```
22
22
23
23
This will provide you the global `vls` command.
@@ -35,18 +35,18 @@ There are two ways to integrate `vue-language-server` into editors:
0 commit comments