File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import { IContextKeyService } from 'vs/platform/contextkey/common/contextkey';
2020import { WorkbenchAsyncDataTree , IListService } from 'vs/platform/list/browser/listService' ;
2121import { IThemeService } from 'vs/platform/theme/common/themeService' ;
2222import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation' ;
23+ import { PANEL_BACKGROUND } from 'vs/workbench/common/theme' ;
2324
2425export const COMMENTS_PANEL_ID = 'workbench.panel.comments' ;
2526export const COMMENTS_PANEL_TITLE = 'Comments' ;
@@ -200,6 +201,9 @@ export class CommentsList extends WorkbenchAsyncDataTree<any, any> {
200201 } ,
201202 collapseByDefault : ( ) => {
202203 return false ;
204+ } ,
205+ overrideStyles : {
206+ listBackground : PANEL_BACKGROUND
203207 }
204208 } ,
205209 contextKeyService ,
You can’t perform that action at this time.
0 commit comments