This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-12
Channels
- # babashka (4)
- # beginners (49)
- # biff (17)
- # calva (12)
- # cider (5)
- # clojure-czech (1)
- # clojure-europe (3)
- # clojure-norway (3)
- # core-logic (1)
- # cursive (4)
- # data-science (2)
- # datalevin (7)
- # emacs (1)
- # events (6)
- # fulcro (11)
- # helix (7)
- # hyperfiddle (30)
- # lsp (4)
- # podcasts-discuss (1)
- # practicalli (4)
- # releases (1)
- # remote-jobs (7)
- # ring (6)
- # spacemacs (4)
- # tools-deps (5)
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
.
ideas welcome 🙂 . In the meanwhile, i can just lsp-format the whole buffer (maybe that's better anway?)
Maybe toggle-debug-on-error
to check the stack trace and see what lsp-mode is doing
Try disable lsp-enable-formating
(I guess thats the name of the range formatting feature, not the full one)
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...