We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046e783 commit f8fce0dCopy full SHA for f8fce0d
lsp-mode.el
@@ -3828,7 +3828,8 @@ disappearing, unset all the variables related to it."
3828
(diagnostic . ((dynamicRegistration . :json-false)
3829
(relatedDocumentSupport . :json-false)))
3830
(linkedEditingRange . ((dynamicRegistration . t)))
3831
- (inlineCompletion . ())))
+ (inlineCompletion . ())
3832
+ ,@(when lsp-inlay-hint-enable '((inlayHint . ((dynamicRegistration . :json-false)))))))
3833
(window . ((workDoneProgress . t)
3834
(showDocument . ((support . t))))))
3835
custom-capabilities))
0 commit comments