Ver código fonte

Removes timeline command as it cannot be supported

Refs https://github.com/microsoft/vscode/issues/177319
main
Eric Amodio 1 ano atrás
pai
commit
45e2f69ad2
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver arquivo

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

Carregando…
Cancelar
Salvar