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 2ec2efb commit 775c11aCopy full SHA for 775c11a
lsp-mode.el
@@ -4885,11 +4885,6 @@ action.")
4885
"Face used to highlight disabled code actions.
4886
See `lsp-preferred-code-action-face' for details.")
4887
4888
-(defface lsp-disabled-code-action-reason-face '((t :inherit lsp-details-face))
4889
- "Face used to highlight the reason a code action is disabled.
4890
-Shown after the code action in `lsp-execute-code-action',
4891
-... (see `lsp-preferred-code-action-face').")
4892
-
4893
(lsp-defun lsp--code-action-title ((action &as &CodeAction :title :is-preferred? :disabled?))
4894
"Render an `&CodeAction' as a propertized string."
4895
(--doto (copy-sequence title)
0 commit comments