|
4411 | 4411 | "when": "viewItem =~ /gitlens:(compare:picker:ref|compare:results\\b(?!.*?\\+pinned\\b.*?)|search)\\b(?!:(commits|files))/", |
4412 | 4412 | "group": "inline@99" |
4413 | 4413 | }, |
4414 | | - { |
4415 | | - "command": "gitlens.views.dismissNode", |
4416 | | - "when": "viewItem =~ /gitlens:(compare:picker:ref|compare:results\\b(?!.*?\\+pinned\\b.*?)|search)\\b(?!:(commits|files))/", |
4417 | | - "group": "1_gitlens@1" |
4418 | | - }, |
4419 | | - { |
4420 | | - "command": "gitlens.views.compare.swapComparison", |
4421 | | - "when": "viewItem =~ /gitlens:compare:results\\b/", |
4422 | | - "group": "inline@1" |
4423 | | - }, |
4424 | 4414 | { |
4425 | 4415 | "command": "gitlens.views.compare.pinComparison", |
4426 | 4416 | "when": "viewItem =~ /gitlens:compare:results\\b(?!.*?\\+pinned\\b.*?)/", |
4427 | | - "group": "inline@2" |
| 4417 | + "group": "inline@1" |
4428 | 4418 | }, |
4429 | 4419 | { |
4430 | 4420 | "command": "gitlens.views.compare.unpinComparison", |
4431 | 4421 | "when": "viewItem =~ /gitlens:compare:results\\b.*?\\+pinned\\b.*?/", |
| 4422 | + "group": "inline@1" |
| 4423 | + }, |
| 4424 | + { |
| 4425 | + "command": "gitlens.views.compare.swapComparison", |
| 4426 | + "when": "viewItem =~ /gitlens:compare:results\\b/", |
4432 | 4427 | "group": "inline@2" |
4433 | 4428 | }, |
4434 | 4429 | { |
|
4437 | 4432 | "group": "inline@3" |
4438 | 4433 | }, |
4439 | 4434 | { |
4440 | | - "command": "gitlens.views.compare.swapComparison", |
| 4435 | + "command": "gitlens.views.openDirectoryDiff", |
4441 | 4436 | "when": "viewItem =~ /gitlens:compare:results\\b/", |
4442 | | - "group": "2_gitlens@1" |
| 4437 | + "group": "1_gitlens@1" |
4443 | 4438 | }, |
4444 | 4439 | { |
4445 | 4440 | "command": "gitlens.views.compare.pinComparison", |
4446 | 4441 | "when": "viewItem =~ /gitlens:compare:results\\b(?!.*?\\+pinned\\b.*?)/", |
4447 | | - "group": "3_gitlens@1" |
| 4442 | + "group": "2_gitlens@1" |
4448 | 4443 | }, |
4449 | 4444 | { |
4450 | 4445 | "command": "gitlens.views.compare.unpinComparison", |
4451 | 4446 | "when": "viewItem =~ /gitlens:compare:results\\b.*?\\+pinned\\b.*?/", |
4452 | | - "group": "3_gitlens@1" |
| 4447 | + "group": "2_gitlens@1" |
4453 | 4448 | }, |
4454 | 4449 | { |
4455 | | - "command": "gitlens.views.openDirectoryDiff", |
| 4450 | + "command": "gitlens.views.compare.swapComparison", |
4456 | 4451 | "when": "viewItem =~ /gitlens:compare:results\\b/", |
4457 | | - "group": "7_gitlens@1" |
| 4452 | + "group": "2_gitlens@2" |
4458 | 4453 | }, |
4459 | 4454 | { |
4460 | 4455 | "command": "gitlens.views.search.searchCommits", |
|
4546 | 4541 | "when": "viewItem =~ /gitlens:(compare|folder|results|search|status:files)\\b/", |
4547 | 4542 | "group": "8_gitlens@1" |
4548 | 4543 | }, |
| 4544 | + { |
| 4545 | + "command": "gitlens.views.dismissNode", |
| 4546 | + "when": "viewItem =~ /gitlens:(compare:picker:ref|compare:results\\b(?!.*?\\+pinned\\b.*?)|search)\\b(?!:(commits|files))/", |
| 4547 | + "group": "8_gitlens@2" |
| 4548 | + }, |
4549 | 4549 | { |
4550 | 4550 | "command": "gitlens.views.refreshNode", |
4551 | 4551 | "when": "viewItem =~ /gitlens:(?!file\\b)/", |
|
0 commit comments