mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
docs(lsp): remove obsolete didChangeConfiguration explanation (#27595)
Rendered obsolete by c6d747e6a5
.
This commit is contained in:
parent
99288ecc77
commit
15f7ac6a04
@ -1034,11 +1034,7 @@ start_client({config}) *vim.lsp.start_client()*
|
|||||||
example, clangd sends `initialize_result.offsetEncoding`
|
example, clangd sends `initialize_result.offsetEncoding`
|
||||||
if `capabilities.offsetEncoding` was sent to it. You can
|
if `capabilities.offsetEncoding` was sent to it. You can
|
||||||
only modify the `client.offset_encoding` here before any
|
only modify the `client.offset_encoding` here before any
|
||||||
notifications are sent. Most language servers expect to be
|
notifications are sent.
|
||||||
sent client specified settings after initialization. Nvim
|
|
||||||
does not make this assumption. A
|
|
||||||
`workspace/didChangeConfiguration` notification should be
|
|
||||||
sent to the server during on_init.
|
|
||||||
• on_exit Callback (code, signal, client_id) invoked on
|
• on_exit Callback (code, signal, client_id) invoked on
|
||||||
client exit.
|
client exit.
|
||||||
• code: exit code of the process
|
• code: exit code of the process
|
||||||
|
@ -641,10 +641,7 @@ end
|
|||||||
--- the server may send. For example, clangd sends
|
--- the server may send. For example, clangd sends
|
||||||
--- `initialize_result.offsetEncoding` if `capabilities.offsetEncoding` was
|
--- `initialize_result.offsetEncoding` if `capabilities.offsetEncoding` was
|
||||||
--- sent to it. You can only modify the `client.offset_encoding` here before
|
--- sent to it. You can only modify the `client.offset_encoding` here before
|
||||||
--- any notifications are sent. Most language servers expect to be sent client specified settings after
|
--- any notifications are sent.
|
||||||
--- initialization. Nvim does not make this assumption. A
|
|
||||||
--- `workspace/didChangeConfiguration` notification should be sent
|
|
||||||
--- to the server during on_init.
|
|
||||||
---
|
---
|
||||||
--- - on_exit Callback (code, signal, client_id) invoked on client
|
--- - on_exit Callback (code, signal, client_id) invoked on client
|
||||||
--- exit.
|
--- exit.
|
||||||
|
Loading…
Reference in New Issue
Block a user