diff options
| author | roifewu <roifewu@gmail.com> | 2025-04-15 11:02:14 +0800 |
|---|---|---|
| committer | roifewu <roifewu@gmail.com> | 2025-06-26 13:41:41 +0800 |
| commit | 7ab46b4b3a9c275df08dd52faf0ef12e5adf70ef (patch) | |
| tree | 7f42d196922caa17281449e68e8a94814d09c8d9 /src/tools/rust-analyzer/editors/code | |
| parent | 4373a5da1266878a1b00b0f5846cba5d8c55b0a0 (diff) | |
| download | rust-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.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 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" |
