mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Fix query history context item (#20714)
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
},
|
||||
{
|
||||
"command": "queryHistory.disableCapture",
|
||||
"when": "view == queryHistory && config.queryHistory.capatureEnabled",
|
||||
"when": "view == queryHistory && config.queryHistory.captureEnabled",
|
||||
"group": "QueryHistory@5"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user