diff options
| author | Chayim Refael Friedman <chayimfr@gmail.com> | 2025-09-22 02:14:50 +0300 |
|---|---|---|
| committer | Chayim Refael Friedman <chayimfr@gmail.com> | 2025-09-22 04:16:50 +0300 |
| commit | ab7cfc7c307d50659a0165dad910565809f5d40f (patch) | |
| tree | 73bb10003a640ddf82d4088002164cb9920d5ef2 /src/tools/rust-analyzer/editors/code | |
| parent | 45dda35957ed322c3bccd094dcfa9b925336cc8d (diff) | |
| download | rust-ab7cfc7c307d50659a0165dad910565809f5d40f.tar.gz rust-ab7cfc7c307d50659a0165dad910565809f5d40f.zip | |
Clarify `rust-analyzer.inlayHints.maxLength` is not a hard guarantee
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 1d27a120535..745e0da4efe 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -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", |
