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