What does dynamic registration in the language server protocol (lsp) mean?
In the specification of the language server protocol (lsp) the dynamic registration is defined as a way to initialize elements of the connection. The other way is the static registration. It is not allowed to use both for the same capability I read.