mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Move query history into extension (#19794)
* initial * more * Remove connectionId * cleanup * cleanup * Remove core contributions, add to panel by default * Add enabled state * Update config * cleanup * Move * Remove newlines * update README
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"queryHistory.displayName": "Query History",
|
||||
"queryHistory.description": "View and run previously executed queries",
|
||||
"queryHistory.captureEnabledDesc": "Whether Query History capture is enabled. If false queries executed will not be captured.",
|
||||
"queryHistory.open": "Open Query",
|
||||
"queryHistory.run": "Run Query",
|
||||
"queryHistory.delete": "Delete",
|
||||
"queryHistory.clear": "Clear All History",
|
||||
"queryHistory.toggleCapture": "Toggle Query History Capture"
|
||||
"queryHistory.disableCapture": "Pause Query History Capture",
|
||||
"queryHistory.enableCapture": "Start Query History Capture",
|
||||
"queryHistory.noEntries": "No queries to display"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user