Fork me on GitHub
#lsp
<
2023-11-12
>
Drew Verlee21:11:10

In emacs when i hit tab it should indent my code, instead it's doing nothing. • The messages buffer reads: "lsp-request internal error" message. • The lsp-log doesn't say anything. • lsp-version returns: LSP :: lsp-mode , Emacs 29.1, gnu/linux. ideas welcome 🙂 . In the meanwhile, i can just lsp-format the whole buffer (maybe that's better anway?)

ericdallo21:11:13

Maybe toggle-debug-on-error to check the stack trace and see what lsp-mode is doing

👀 1
ericdallo21:11:56

Try disable lsp-enable-formating (I guess thats the name of the range formatting feature, not the full one)

👀 1
Drew Verlee22:11:42

it seems to be working again, i removed what i assume now was a rouge program causing some issues called semgrep that i installed because emacs said it wanted it...