Browse Source

Changes back to click to clear file annotations

main
Eric Amodio 4 years ago
parent
commit
ec667a9b13
1 changed files with 1 additions and 51 deletions
  1. +1
    -51
      package.json

+ 1
- 51
package.json View File

@ -5663,7 +5663,7 @@
"group": "navigation@100" "group": "navigation@100"
}, },
{ {
"submenu": "gitlens/editor/annotationsOn",
"command": "gitlens.clearFileAnnotations",
"when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:annotationStatus == computed && config.gitlens.menus.editorGroup.blame", "when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:annotationStatus == computed && config.gitlens.menus.editorGroup.blame",
"group": "navigation@100" "group": "navigation@100"
} }
@ -7410,48 +7410,6 @@
"group": "2_gitlens@3" "group": "2_gitlens@3"
} }
], ],
"gitlens/editor/annotationsOn": [
{
"command": "gitlens.clearFileAnnotations",
"when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:annotationStatus",
"group": "1_gitlens@1"
},
{
"command": "gitlens.toggleFileBlame",
"when": "gitlens:activeFileStatus =~ /blameable/ && !isInDiffEditor",
"group": "2_gitlens@1"
},
{
"command": "gitlens.toggleFileBlameInDiffLeft",
"when": "gitlens:activeFileStatus =~ /blameable/ && isInDiffEditor && !isInDiffRightEditor",
"group": "2_gitlens@1"
},
{
"command": "gitlens.toggleFileBlameInDiffRight",
"when": "gitlens:activeFileStatus =~ /blameable/ && isInDiffRightEditor",
"group": "2_gitlens@1"
},
{
"command": "gitlens.toggleFileHeatmap",
"when": "gitlens:activeFileStatus =~ /blameable/ && !isInDiffEditor",
"group": "2_gitlens@2"
},
{
"command": "gitlens.toggleFileHeatmapInDiffLeft",
"when": "gitlens:activeFileStatus =~ /blameable/ && isInDiffEditor && !isInDiffRightEditor",
"group": "2_gitlens@2"
},
{
"command": "gitlens.toggleFileHeatmapInDiffRight",
"when": "gitlens:activeFileStatus =~ /blameable/ && isInDiffRightEditor",
"group": "2_gitlens@2"
},
{
"command": "gitlens.toggleFileChanges",
"when": "gitlens:activeFileStatus =~ /blameable/",
"group": "2_gitlens@3"
}
],
"gitlens/editor/context/copy": [ "gitlens/editor/context/copy": [
{ {
"command": "gitlens.copyShaToClipboard", "command": "gitlens.copyShaToClipboard",
@ -7625,14 +7583,6 @@
} }
}, },
{ {
"id": "gitlens/editor/annotationsOn",
"label": "File Annotations",
"icon": {
"dark": "images/dark/icon-git-orange.svg",
"light": "images/light/icon-git-orange.svg"
}
},
{
"id": "gitlens/editor/context/copy", "id": "gitlens/editor/context/copy",
"label": "Copy" "label": "Copy"
}, },

Loading…
Cancel
Save