|
1249 | 1249 | }, |
1250 | 1250 | { |
1251 | 1251 | "command": "git.revealFileInOS.linux", |
1252 | | - "when": "scmProvider == git && scmResourceGroup == merge && resourceScheme == file && isLinux", |
| 1252 | + "when": "scmProvider == git && scmResourceGroup == merge && remoteName == '' && isLinux", |
1253 | 1253 | "group": "2_view@2" |
1254 | 1254 | }, |
1255 | 1255 | { |
1256 | 1256 | "command": "git.revealFileInOS.mac", |
1257 | | - "when": "scmProvider == git && scmResourceGroup == merge && resourceScheme == file && isMac", |
| 1257 | + "when": "scmProvider == git && scmResourceGroup == merge && remoteName == '' && isMac", |
1258 | 1258 | "group": "2_view@2" |
1259 | 1259 | }, |
1260 | 1260 | { |
1261 | 1261 | "command": "git.revealFileInOS.windows", |
1262 | | - "when": "scmProvider == git && scmResourceGroup == merge && resourceScheme == file && isWindows", |
| 1262 | + "when": "scmProvider == git && scmResourceGroup == merge && remoteName == '' && isWindows", |
1263 | 1263 | "group": "2_view@2" |
1264 | 1264 | }, |
1265 | 1265 | { |
|
1304 | 1304 | }, |
1305 | 1305 | { |
1306 | 1306 | "command": "git.revealFileInOS.linux", |
1307 | | - "when": "scmProvider == git && scmResourceGroup == index && resourceScheme == file && isLinux", |
| 1307 | + "when": "scmProvider == git && scmResourceGroup == index && remoteName == '' && isLinux", |
1308 | 1308 | "group": "2_view@2" |
1309 | 1309 | }, |
1310 | 1310 | { |
1311 | 1311 | "command": "git.revealFileInOS.mac", |
1312 | | - "when": "scmProvider == git && scmResourceGroup == index && resourceScheme == file && isMac", |
| 1312 | + "when": "scmProvider == git && scmResourceGroup == index && remoteName == '' && isMac", |
1313 | 1313 | "group": "2_view@2" |
1314 | 1314 | }, |
1315 | 1315 | { |
1316 | 1316 | "command": "git.revealFileInOS.windows", |
1317 | | - "when": "scmProvider == git && scmResourceGroup == index && resourceScheme == file && isWindows", |
| 1317 | + "when": "scmProvider == git && scmResourceGroup == index && remoteName == '' && isWindows", |
1318 | 1318 | "group": "2_view@2" |
1319 | 1319 | }, |
1320 | 1320 | { |
|
1384 | 1384 | }, |
1385 | 1385 | { |
1386 | 1386 | "command": "git.revealFileInOS.linux", |
1387 | | - "when": "scmProvider == git && scmResourceGroup == workingTree && resourceScheme == file && isLinux", |
| 1387 | + "when": "scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isLinux", |
1388 | 1388 | "group": "2_view@2" |
1389 | 1389 | }, |
1390 | 1390 | { |
1391 | 1391 | "command": "git.revealFileInOS.mac", |
1392 | | - "when": "scmProvider == git && scmResourceGroup == workingTree && resourceScheme == file && isMac", |
| 1392 | + "when": "scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isMac", |
1393 | 1393 | "group": "2_view@2" |
1394 | 1394 | }, |
1395 | 1395 | { |
1396 | 1396 | "command": "git.revealFileInOS.windows", |
1397 | | - "when": "scmProvider == git && scmResourceGroup == workingTree && resourceScheme == file && isWindows", |
| 1397 | + "when": "scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isWindows", |
1398 | 1398 | "group": "2_view@2" |
1399 | 1399 | }, |
1400 | 1400 | { |
|
0 commit comments