|
2068 | 2068 | }, |
2069 | 2069 | { |
2070 | 2070 | "command": "gitlens.openBranchesInRemote", |
2071 | | - "when": "gitlens:activeHasRemote" |
| 2071 | + "when": "gitlens:hasRemotes" |
2072 | 2072 | }, |
2073 | 2073 | { |
2074 | 2074 | "command": "gitlens.openBranchInRemote", |
2075 | | - "when": "gitlens:activeHasRemote" |
| 2075 | + "when": "gitlens:hasRemotes" |
2076 | 2076 | }, |
2077 | 2077 | { |
2078 | 2078 | "command": "gitlens.openCommitInRemote", |
2079 | | - "when": "gitlens:activeIsBlameable && gitlens:activeHasRemote" |
| 2079 | + "when": "gitlens:activeIsBlameable && gitlens:activeHasRemotes" |
2080 | 2080 | }, |
2081 | 2081 | { |
2082 | 2082 | "command": "gitlens.openFileInRemote", |
2083 | | - "when": "gitlens:activeIsTracked && gitlens:activeHasRemote" |
| 2083 | + "when": "gitlens:activeIsTracked && gitlens:activeHasRemotes" |
2084 | 2084 | }, |
2085 | 2085 | { |
2086 | 2086 | "command": "gitlens.openFileRevision", |
2087 | 2087 | "when": "gitlens:activeIsTracked" |
2088 | 2088 | }, |
2089 | 2089 | { |
2090 | 2090 | "command": "gitlens.openRepoInRemote", |
2091 | | - "when": "gitlens:activeHasRemote" |
| 2091 | + "when": "gitlens:hasRemotes" |
2092 | 2092 | }, |
2093 | 2093 | { |
2094 | 2094 | "command": "gitlens.openWorkingFile", |
|
2372 | 2372 | }, |
2373 | 2373 | { |
2374 | 2374 | "command": "gitlens.openFileInRemote", |
2375 | | - "when": "editorTextFocus && gitlens:activeHasRemote && config.gitlens.menus.editor.remote", |
| 2375 | + "when": "editorTextFocus && gitlens:activeHasRemotes && config.gitlens.menus.editor.remote", |
2376 | 2376 | "group": "1_gitlens_1@1" |
2377 | 2377 | }, |
2378 | 2378 | { |
2379 | 2379 | "command": "gitlens.openCommitInRemote", |
2380 | | - "when": "editorTextFocus && gitlens:activeHasRemote && config.gitlens.menus.editor.remote", |
| 2380 | + "when": "editorTextFocus && gitlens:activeHasRemotes && config.gitlens.menus.editor.remote", |
2381 | 2381 | "group": "1_gitlens_1@2" |
2382 | 2382 | }, |
2383 | 2383 | { |
|
2450 | 2450 | }, |
2451 | 2451 | { |
2452 | 2452 | "command": "gitlens.openFileInRemote", |
2453 | | - "when": "gitlens:enabled && gitlens:activeHasRemote && config.gitlens.menus.editorGroup.remote", |
| 2453 | + "when": "gitlens:enabled && gitlens:activeHasRemotes && config.gitlens.menus.editorGroup.remote", |
2454 | 2454 | "group": "4_gitlens" |
2455 | 2455 | }, |
2456 | 2456 | { |
|
2462 | 2462 | "editor/title/context": [ |
2463 | 2463 | { |
2464 | 2464 | "command": "gitlens.openFileInRemote", |
2465 | | - "when": "gitlens:enabled && gitlens:activeHasRemote && config.gitlens.menus.editorTab.remote", |
| 2465 | + "when": "gitlens:enabled && gitlens:activeHasRemotes && config.gitlens.menus.editorTab.remote", |
2466 | 2466 | "group": "2_files@100" |
2467 | 2467 | }, |
2468 | 2468 | { |
|
0 commit comments