Update Query History README (#20716)

* Add max entries to query history

* Update query history README
This commit is contained in:
Charles Gagnon
2022-10-03 16:19:02 -07:00
committed by GitHub
parent dd0e8fed2e
commit 266326252a
5 changed files with 22 additions and 6 deletions

View File

@@ -13,5 +13,6 @@
"queryHistory.disableCapture": "Pause Query History Capture",
"queryHistory.enableCapture": "Start Query History Capture",
"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."
"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"
}