-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid key code 'diagnostics' when trying to set end-of-line-diagnostics according to #11591
Comments
|
Ok, the trick is that |
I.e. what about updating the documentation snippet to be:
|
(if you think this is an ok note to add I can open a PR to push this :) ). |
Since we don't have any other config in that block I think it would make sense to add the [editor]
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "warning" # show warnings and errors on the cursorline inline We can also switch that codefence to use |
I am setting my config similar to:
helix/book/src/editor.md
Lines 432 to 434 in af7a1fd
by appending this snippet at the end of my config. However, I then get the following error:
commenting out the first line, i.e. appending
works fine; should the
end-of-line-diagnostics
be set in another way somehow? :)The text was updated successfully, but these errors were encountered: