Error after configuring rust language server #10298
Unanswered
Yakumo-Yukari
asked this question in
Troubleshooting
Replies: 1 comment
-
It looks like you have 23.10 instead of 24.03. If you're copying the languages.toml from master, you don't need to since the config is merged. You're also not configuring the LSP correctly. It should just be [language-server.rust-analyzer.config]
persistent-diagnostic-sources = ["rustc", "clippy"] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
configure
error
Bad language config: unknown field
block-comment-tokens
, expected one ofname
,language-id
,scope
,file-types
,shebangs
,roots
,comment-token
,text-width
,soft-wrap
,auto-format
,formatter
,diagnostic-severity
,grammar
,injection-regex
,language-servers
,indent
,debugger
,auto-pairs
,rulers
,workspace-lsp-roots
in
language
Press to continue with default language config
Beta Was this translation helpful? Give feedback.
All reactions