mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* 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
13 lines
576 B
JSON
13 lines
576 B
JSON
{
|
|
"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.disableCapture": "Pause Query History Capture",
|
|
"queryHistory.enableCapture": "Start Query History Capture",
|
|
"queryHistory.noEntries": "No queries to display"
|
|
}
|