mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 21:04:18 +00:00
refactor: rename branches to branch_exit_points in highlight_related
This commit is contained in:
parent
9fa0543504
commit
c36758def4
5 changed files with 11 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue