Переглянути джерело

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": [ "timeline/item/context": [
{ {
"command": "gitlens.openCommitOnRemote", "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", "group": "inline@99",
"alt": "gitlens.copyRemoteCommitUrl" "alt": "gitlens.copyRemoteCommitUrl"
} }

Завантаження…
Відмінити
Зберегти