Fix query history context item (#20714)

This commit is contained in:
Charles Gagnon
2022-10-03 16:07:44 -07:00
committed by GitHub
parent 6322a37152
commit dd0e8fed2e

View File

@@ -163,7 +163,7 @@
},
{
"command": "queryHistory.disableCapture",
"when": "view == queryHistory && config.queryHistory.capatureEnabled",
"when": "view == queryHistory && config.queryHistory.captureEnabled",
"group": "QueryHistory@5"
},
{