1

enter image description here

Hi, I want to hide "code actions" which is recommended by lsp-mode from lsp-ui sidebar.

How can I do for that?

yokoiwa
  • 13
  • 2

1 Answers1

0

You can try to set the variable lsp-ui-sideline-show-code-actions to nil

(setq lsp-ui-sideline-show-code-actions nil)
Fermin MF
  • 635
  • 3
  • 8