fix panel issues

This commit is contained in:
Anthony Dresser
2020-04-23 13:39:51 -07:00
parent 6cd2d213ca
commit 89cf3ff515
11 changed files with 122 additions and 162 deletions

View File

@@ -6,4 +6,5 @@
/**
* Query History panel id
*/
export const QUERY_HISTORY_PANEL_ID = 'workbench.panel.queryHistory';
export const QUERY_HISTORY_CONTAINER_ID = 'workbench.panel.queryHistory';
export const QUERY_HISTORY_VIEW_ID = 'workbench.panel.queryHistory.view';