mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-20 07:13:06 +00:00
Clarify rust-analyzer.inlayHints.maxLength
is not a hard guarantee
This commit is contained in:
parent
e7d7cb415a
commit
129d9f7af6
3 changed files with 5 additions and 1 deletions
|
@ -2355,7 +2355,7 @@
|
|||
"title": "Inlay Hints",
|
||||
"properties": {
|
||||
"rust-analyzer.inlayHints.maxLength": {
|
||||
"markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.",
|
||||
"markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.\n\n**Note:** This is mostly a hint, and we don't guarantee to strictly follow the limit.",
|
||||
"default": 25,
|
||||
"type": [
|
||||
"null",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue