Replies: 1 comment
-
It looks like TOML doesn't support null values: toml-lang/toml#30. As a workaround you could configure that setting to a very large number. |
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.
-
I want to set a value to null to enable the unlimited maxLength feature for the rust-analyzer config in my
languages.toml
but I cannot set it to null, I tried {} , 0, "", but nothing works.
The rust analyzer manual tell this, but only works in json, how I do the same in toml?
Beta Was this translation helpful? Give feedback.
All reactions