about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code
diff options
context:
space:
mode:
authorroifewu <roifewu@gmail.com>2025-04-15 11:02:14 +0800
committerroifewu <roifewu@gmail.com>2025-06-26 13:41:41 +0800
commit7ab46b4b3a9c275df08dd52faf0ef12e5adf70ef (patch)
tree7f42d196922caa17281449e68e8a94814d09c8d9 /src/tools/rust-analyzer/editors/code
parent4373a5da1266878a1b00b0f5846cba5d8c55b0a0 (diff)
downloadrust-7ab46b4b3a9c275df08dd52faf0ef12e5adf70ef.tar.gz
rust-7ab46b4b3a9c275df08dd52faf0ef12e5adf70ef.zip
refactor: rename `branches` to `branch_exit_points` in highlight_related
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
-rw-r--r--src/tools/rust-analyzer/editors/code/package.json2
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 c792ef0ffdc..3cb4c21ee1f 100644
--- a/src/tools/rust-analyzer/editors/code/package.json
+++ b/src/tools/rust-analyzer/editors/code/package.json
@@ -1532,7 +1532,7 @@
             {
                 "title": "highlightRelated",
                 "properties": {
-                    "rust-analyzer.highlightRelated.branches.enable": {
+                    "rust-analyzer.highlightRelated.branchExitPoints.enable": {
                         "markdownDescription": "Enables highlighting of related return values while the cursor is on any `match`, `if`, or match arm arrow (`=>`).",
                         "default": true,
                         "type": "boolean"