mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add max entries to query history (#20715)
This commit is contained in:
@@ -12,5 +12,6 @@
|
||||
"queryHistory.clear": "Clear All History",
|
||||
"queryHistory.disableCapture": "Pause Query History Capture",
|
||||
"queryHistory.enableCapture": "Start Query History Capture",
|
||||
"queryHistory.noEntries": "No queries to display"
|
||||
"queryHistory.noEntries": "No queries to display",
|
||||
"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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user