Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Apr 28, 2020
1 parent 8469aee commit 2b54465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/parts/views/views.ts
Expand Up @@ -364,7 +364,7 @@ export class ViewsService extends Disposable implements IViewsService {
PaneContainerPanel,
viewContainer.id,
viewContainer.name,
isString(viewContainer.icon) ? viewContainer.icon : undefined,
undefined,
viewContainer.order,
viewContainer.focusCommand?.id,
));
Expand Down

0 comments on commit 2b54465

Please sign in to comment.