We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900b0c6 commit e17bcfcCopy full SHA for e17bcfc
docs/development-guide.md
@@ -5,8 +5,7 @@ There are two moving parts.
5
- **Server**: A node server written in Typescript that implements the
6
[Language Server Protocol (LSP)][LSP].
7
8
-- **Client**: A super tiny Visual Studio Code (vscode) extension which basically
9
- just tells vscode how to launch the LSP server.
+**Client**: A Visual Studio Code (vscode) extension which wraps the LSP server.
10
11
The project has a root `package.json` file which is really just there for
12
convenience - it proxies to the `package.json` files in the `vscode-client` and
0 commit comments