mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Merge pull request #270 from brettcannon/patch-2
Fix a spelling mistake
This commit is contained in:
commit
15890ed701
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ However, the server may decide to use a parallel execution strategy and may wish
|
|||
|
||||
#### Server lifetime
|
||||
|
||||
The current protocol specification defines that the lifetime of a server is managed by the client (e.g. a tool like VS Code or Emacs). It is up to the client to decide when to start (process vise) and when to shutdown a server.
|
||||
The current protocol specification defines that the lifetime of a server is managed by the client (e.g. a tool like VS Code or Emacs). It is up to the client to decide when to start (process-wise) and when to shutdown a server.
|
||||
|
||||
#### <a name="initialize"></a>Initialize Request
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue