From 45e2f69ad209bdca95f013570fb46731d3891223 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 2 May 2023 03:00:18 -0400 Subject: [PATCH] Removes timeline command as it cannot be supported Refs https://github.com/microsoft/vscode/issues/177319 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0c26dd8c818a..3fbae3a4c03ab 100644 --- a/package.json +++ b/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" }