Skip to content
Discussion options

You must be logged in to vote

[Solved] Found the solution on my own:

Adding this config:

[editor.inline-diagnostics]
cursor-line = "hint"

Would wrap the inline diagnostic message when you move your cursor caret on the same line only!

And if you add this config:

[editor.inline-diagnostics]
cursor-line = "hint"
other-lines = "hint"

It would wrap the inline diagnostic message always, regardless if the cursor caret is on that line or not!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by angjelkom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant