Make sidebar position a real setting (fixes #13338)

This commit is contained in:
Benjamin Pasero
2016-10-07 11:09:59 +02:00
parent cb83b10321
commit 069984e003
9 changed files with 68 additions and 33 deletions

View File

@@ -90,12 +90,6 @@ export interface IPartService {
*/
getSideBarPosition(): Position;
/**
* Sets the side bar position. If the side bar is hidden, the side bar will
* also be made visible.
*/
setSideBarPosition(position: Position): void;
/**
* Adds a class to the workbench part.
*/