Hi, I want to hide "code actions" which is recommended by lsp-mode from lsp-ui sidebar.
How can I do for that?
You can try to set the variable lsp-ui-sideline-show-code-actions to nil
(setq lsp-ui-sideline-show-code-actions nil)