Skip to content

Commit cd6323e

Browse files
committed
enable outline by default
1 parent eb1d972 commit cd6323e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/outline/electron-browser/outline.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const _outlineDesc = <IViewDescriptor>{
1616
ctor: OutlinePanel,
1717
location: ViewLocation.Explorer,
1818
canToggleVisibility: true,
19-
hideByDefault: true,
19+
hideByDefault: false,
2020
order: 2
2121
};
2222

0 commit comments

Comments
 (0)