File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 34633463 },
34643464 "gitlens.graph.soloBranch": {
34653465 "label": "Solo Branch",
3466- "commandPalette": true ,
3466+ "commandPalette": "gitlens:enabled" ,
34673467 "menus": {
34683468 "webview/context": [
34693469 {
34763476 },
34773477 "gitlens.graph.soloBranch:views": {
34783478 "label": "Solo Branch in Commit Graph",
3479- "commandPalette": true ,
3479+ "commandPalette": "gitlens:enabled" ,
34803480 "menus": {
34813481 "view/item/context": [
34823482 {
34893489 },
34903490 "gitlens.graph.soloTag": {
34913491 "label": "Solo Tag",
3492- "commandPalette": true ,
3492+ "commandPalette": "gitlens:enabled" ,
34933493 "menus": {
34943494 "webview/context": [
34953495 {
35023502 },
35033503 "gitlens.graph.soloTag:views": {
35043504 "label": "Solo Tag in Commit Graph",
3505- "commandPalette": true ,
3505+ "commandPalette": "gitlens:enabled" ,
35063506 "menus": {
35073507 "view/item/context": [
35083508 {
Original file line number Diff line number Diff line change 1262812628 "command": "gitlens.graph.showInDetailsView",
1262912629 "when": "false"
1263012630 },
12631+ {
12632+ "command": "gitlens.graph.soloBranch",
12633+ "when": "gitlens:enabled"
12634+ },
12635+ {
12636+ "command": "gitlens.graph.soloBranch:views",
12637+ "when": "gitlens:enabled"
12638+ },
12639+ {
12640+ "command": "gitlens.graph.soloTag",
12641+ "when": "gitlens:enabled"
12642+ },
12643+ {
12644+ "command": "gitlens.graph.soloTag:views",
12645+ "when": "gitlens:enabled"
12646+ },
1263112647 {
1263212648 "command": "gitlens.graph.split",
1263312649 "when": "gitlens:enabled && config.gitlens.graph.allowMultiple"
You can’t perform that action at this time.
0 commit comments