mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add query history persistence (#20700)
* initial * Fix and revert secret storage changes * persist to file * Add debounce and write on dispose * Fix run * No ext dependencies and show warning message * Remove test stuff * comments * Fix tests and console logs
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user