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:
@@ -7,6 +7,7 @@ export const QUERY_HISTORY_CONFIG_SECTION = 'queryHistory';
|
||||
export const CAPTURE_ENABLED_CONFIG_SECTION = 'captureEnabled';
|
||||
export const DOUBLE_CLICK_ACTION_CONFIG_SECTION = 'doubleClickAction';
|
||||
export const PERSIST_HISTORY_CONFIG_SECTION = 'persistHistory';
|
||||
export const MAX_ENTRIES_CONFIG_SECTION = 'maxEntries';
|
||||
|
||||
export const ITEM_SELECTED_COMMAND_ID = 'queryHistory.itemSelected';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user