Feature description
I was wondering — with the introduction of the textDocument/foldingRange feature, is the following adjustment to capabilities still necessary?
capabilities.textDocument.foldingRange = {
dynamicRegistration = false,
lineFoldingOnly = true
}
Describe the solution you'd like
Update docs if necessary.
Additional context
No response