Procházet zdrojové kódy

Removes timeline command as it cannot be supported

Refs https://github.com/microsoft/vscode/issues/177319
main
Eric Amodio před 1 rokem
rodič
revize
45e2f69ad2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      package.json

+ 1
- 1
package.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit