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 befb3cf commit 7599139Copy full SHA for 7599139
lsp-ui-sideline.el
@@ -397,7 +397,8 @@ to the language server."
397
lsp-ui-sideline--last-width (window-text-width))
398
(when lsp-ui-sideline-show-flycheck
399
(lsp-ui-sideline--flycheck))
400
- (when (and lsp-ui-sideline-show-code-actions (lsp--capability "codeActionProvider"))
+ (when (and lsp-ui-sideline-show-code-actions (or (lsp--capability "codeActionProvider")
401
+ (lsp--registered-capability "textDocument/codeAction")))
402
(lsp--send-request-async (lsp--make-request
403
"textDocument/codeAction"
404
(if (equal lsp-ui-sideline-update-mode 'line)
0 commit comments