diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-01-08 11:29:25 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-01-08 11:29:25 +0200 |
| commit | fd63ff0f25ec9077fb013c7457072c546d11a31f (patch) | |
| tree | dcf19b38c4cd4e71a0aacbc5b7d2f9f5a988d6a9 /src/tools/rust-analyzer/editors/code/package.json | |
| parent | 0ee9cfd54db7b5f4be35f026588904500c866196 (diff) | |
| parent | af40101841c45aa75b56f4e9ca745369da8fb4ba (diff) | |
| download | rust-fd63ff0f25ec9077fb013c7457072c546d11a31f.tar.gz rust-fd63ff0f25ec9077fb013c7457072c546d11a31f.zip | |
Merge commit 'af40101841c45aa75b56f4e9ca745369da8fb4ba' into sync-from-ra
Diffstat (limited to 'src/tools/rust-analyzer/editors/code/package.json')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 27ed8ac502b..8307f6833e6 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -1308,6 +1308,11 @@ "default": true, "type": "boolean" }, + "rust-analyzer.inlayHints.rangeExclusiveHints.enable": { + "markdownDescription": "Whether to show exclusive range inlay hints.", + "default": false, + "type": "boolean" + }, "rust-analyzer.inlayHints.reborrowHints.enable": { "markdownDescription": "Whether to show inlay hints for compiler inserted reborrows.\nThis setting is deprecated in favor of #rust-analyzer.inlayHints.expressionAdjustmentHints.enable#.", "default": "never", |
