Преглед изворни кода

Removes timeline command as it cannot be supported

Refs https://github.com/microsoft/vscode/issues/177319
main
Eric Amodio пре 1 година
родитељ
комит
45e2f69ad2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      package.json

+ 1
- 1
package.json Прегледај датотеку

@ -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"
}

Loading…
Откажи
Сачувај