mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-20 19:14:10 +01:00
@@ -17,6 +17,7 @@ export const PANEL_ID = 'panel.view.outline';
|
||||
const _outlineDesc = <IViewDescriptor>{
|
||||
id: OutlineViewId,
|
||||
name: localize('name', "Outline"),
|
||||
containerIcon: 'codicon-symbol-class',
|
||||
ctorDescriptor: new SyncDescriptor(OutlinePane),
|
||||
canToggleVisibility: true,
|
||||
canMoveView: true,
|
||||
|
||||
@@ -22,6 +22,7 @@ import { ResourceContextKey } from 'vs/workbench/common/resources';
|
||||
export class TimelinePaneDescriptor implements IViewDescriptor {
|
||||
readonly id = TimelinePaneId;
|
||||
readonly name = TimelinePane.TITLE;
|
||||
readonly containerIcon = 'codicon-history';
|
||||
readonly ctorDescriptor = new SyncDescriptor(TimelinePane);
|
||||
readonly order = 2;
|
||||
readonly weight = 30;
|
||||
|
||||
Reference in New Issue
Block a user