Explorar el Código

Removes timeline command as it cannot be supported

Refs https://github.com/microsoft/vscode/issues/177319
main
Eric Amodio hace 1 año
padre
commit
45e2f69ad2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver fichero

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

Cargando…
Cancelar
Guardar