-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ added command line option
--clientProcessId=XXX
that allows the s…
…erver to (#151) monitor the client process ID even before the initialize request arrives. This is a recommendation in the LSP spec: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#implementationConsiderations In case the command line option and the initialize request specify different process IDs, we monitor both client process IDs, but we also write a debug log message, because this is a violation of the LSP spec on behalf of the LSP client, so it's not perfectly clear what the server behaviour should be in this case.
- Loading branch information
Showing
1 changed file
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters