Skip to content

Commit

Permalink
Removes timeline command as it cannot be supported
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed May 2, 2023
1 parent 7126442 commit 45e2f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9889,7 +9889,7 @@
"timeline/item/context": [
{
"command": "gitlens.openCommitOnRemote",
"when": "gitlens:enabled && gitlens:hasRemotes && timelineItem =~ /git:file:commit\\b/",
"when": "false && gitlens:enabled && gitlens:hasRemotes && timelineItem =~ /git:file:commit\\b/",
"group": "inline@99",
"alt": "gitlens.copyRemoteCommitUrl"
}
Expand Down

0 comments on commit 45e2f69

Please sign in to comment.