We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a265139 commit 2abcd9fCopy full SHA for 2abcd9f
docs/DeveloperGuide.md
@@ -656,7 +656,8 @@ Note that it is still possible under some circumstance that the server might get
656
active leases:
657
658
- the server process could crash unexpectedly.
659
- - a user could stop the language server from lsp4ij UI.
+ - a user could stop the language server from lsp4ij UI (but see [LSP Client Features API](./LSPApi.md#lsp-client-features)
660
+ for a way to disable this user ability by overriding `canStopServerByUser()`)
661
- when the IDE shuts down all language servers will be terminated regardles of active leases.
662
663
You should be prepared to handle these kinds of situations in a graceful manner. You can detect whether
0 commit comments