mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Add max entries to query history * Update query history README * Add loading text to query history view * add comment
20 lines
1.4 KiB
JSON
20 lines
1.4 KiB
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.doubleClickAction": "The action taken when a history item is double clicked",
|
|
"queryHistory.doubleClickAction.open": "Open a new disconnected editor with the query from the selected history item",
|
|
"queryHistory.doubleClickAction.run": "Open a new connected editor with the query and connection from the selected history item and automatically run the query",
|
|
"queryHistory.persistHistory": "Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.",
|
|
"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",
|
|
"queryHistory.loading": "Loading saved entries...",
|
|
"queryHistory.maxEntries": "Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.",
|
|
"queryHistory.openStorageFolder": "Open storage folder"
|
|
}
|