mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add loading text to query history view (#20717)
* Add max entries to query history * Update query history README * Add loading text to query history view * add comment
This commit is contained in:
@@ -11,3 +11,6 @@ export const MAX_ENTRIES_CONFIG_SECTION = 'maxEntries';
|
||||
|
||||
export const ITEM_SELECTED_COMMAND_ID = 'queryHistory.itemSelected';
|
||||
|
||||
export const CONTEXT_LOADING = 'queryHistory.loading';
|
||||
export const CONTEXT_NOENTRIES = 'queryHistory.noEntries';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user