Open
Description
language-server-protocol/_specifications/lsp/3.18/general/initialize.md
Lines 791 to 794 in 7755eb1
language-server-protocol/_specifications/lsp/3.18/general/initialize.md
Lines 826 to 832 in 7755eb1
For ServerCapabilities
I can include SelectionRangeRegistrationOptions
in the original response to the initialize
request but I cannot include DocumentFormattingRegistrationOptions
because only DocumentFormattingOptions
is allowed.
Would it make sense to update ServerCapabilities
so that it supports declaring registration options for textDocument/formatting
and other such features?