Skip to content

Commit 2abcd9f

Browse files
kdvolderangelozerr
authored andcommitted
Add a link 'canStopServerByUser()' api in from 'keepAlive' docs
1 parent a265139 commit 2abcd9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/DeveloperGuide.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@ Note that it is still possible under some circumstance that the server might get
656656
active leases:
657657

658658
- the server process could crash unexpectedly.
659-
- a user could stop the language server from lsp4ij UI.
659+
- 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()`)
660661
- when the IDE shuts down all language servers will be terminated regardles of active leases.
661662

662663
You should be prepared to handle these kinds of situations in a graceful manner. You can detect whether

0 commit comments

Comments
 (0)