From dd0e8fed2ef12bee0dbad73cf94154462962781f Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 3 Oct 2022 16:07:44 -0700 Subject: [PATCH] Fix query history context item (#20714) --- extensions/query-history/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/query-history/package.json b/extensions/query-history/package.json index 89b9880a4b..bd84c7ffb4 100644 --- a/extensions/query-history/package.json +++ b/extensions/query-history/package.json @@ -163,7 +163,7 @@ }, { "command": "queryHistory.disableCapture", - "when": "view == queryHistory && config.queryHistory.capatureEnabled", + "when": "view == queryHistory && config.queryHistory.captureEnabled", "group": "QueryHistory@5" }, {