Add max entries to query history (#20715)

This commit is contained in:
Charles Gagnon
2022-10-03 15:42:44 -07:00
committed by GitHub
parent 4bd2befefe
commit 6322a37152
4 changed files with 26 additions and 4 deletions

View File

@@ -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';