|
2407 | 2407 | } |
2408 | 2408 | ], |
2409 | 2409 | "editor/title": [ |
2410 | | - { |
2411 | | - "command": "gitlens.openWorkingFile", |
2412 | | - "when": "gitlens:activeIsRevision && resourceScheme != git", |
2413 | | - "group": "navigation@1" |
2414 | | - }, |
2415 | | - { |
2416 | | - "command": "gitlens.openWorkingFile", |
2417 | | - "when": "gitlens:activeIsRevision && resourceScheme == git && !isInDiffEditor", |
2418 | | - "group": "navigation@1" |
2419 | | - }, |
2420 | 2410 | { |
2421 | 2411 | "command": "gitlens.diffWithPrevious", |
2422 | 2412 | "when": "editorTextFocus && !isInDiffEditor && gitlens:activeIsTracked && config.gitlens.menus.editorGroup.compare", |
2423 | | - "group": "navigation@98" |
| 2413 | + "group": "navigation@97" |
2424 | 2414 | }, |
2425 | 2415 | { |
2426 | 2416 | "command": "gitlens.diffWithPreviousInDiff", |
2427 | 2417 | "when": "isInDiffEditor && gitlens:activeIsTracked && config.gitlens.menus.editorGroup.compare", |
2428 | | - "group": "navigation@98" |
| 2418 | + "group": "navigation@97" |
2429 | 2419 | }, |
2430 | 2420 | { |
2431 | 2421 | "command": "gitlens.diffWithNext", |
2432 | 2422 | "when": "editorTextFocus && gitlens:activeIsTracked && gitlens:activeIsTracked && gitlens:activeIsRevision && config.gitlens.menus.editorGroup.compare", |
| 2423 | + "group": "navigation@98" |
| 2424 | + }, |
| 2425 | + { |
| 2426 | + "command": "gitlens.openWorkingFile", |
| 2427 | + "when": "gitlens:activeIsRevision && resourceScheme != git", |
| 2428 | + "group": "navigation@99" |
| 2429 | + }, |
| 2430 | + { |
| 2431 | + "command": "gitlens.openWorkingFile", |
| 2432 | + "when": "!gitlens:activeIsRevision && resourceScheme != git && isInDiffEditor", |
| 2433 | + "group": "navigation@99" |
| 2434 | + }, |
| 2435 | + { |
| 2436 | + "command": "gitlens.openWorkingFile", |
| 2437 | + "when": "gitlens:activeIsRevision && resourceScheme == git && !isInDiffEditor", |
2433 | 2438 | "group": "navigation@99" |
2434 | 2439 | }, |
2435 | 2440 | { |
|
0 commit comments