Skip to content

Commit b56d5e3

Browse files
committed
Add Terminal View in the TypeScript Perspective
1 parent f0702eb commit b56d5e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eclipse/ts.eclipse.ide.ui/src/ts/eclipse/ide/internal/ui/perspectives/TypeScriptPerspectiveFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public void createInitialLayout(IPageLayout layout) {
3333
left.addPlaceholder(IPageLayout.ID_RES_NAV);
3434

3535
IFolderLayout bottom = layout.createFolder("bottom", IPageLayout.BOTTOM, (float) 0.75, editorArea); //$NON-NLS-1$
36+
bottom.addView("org.eclipse.tm.terminal.view.ui.TerminalsView");
3637
bottom.addView(IPageLayout.ID_PROBLEM_VIEW);
3738

3839
bottom.addPlaceholder(TemplatesView.ID);

0 commit comments

Comments
 (0)