mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
Make sidebar position a real setting (fixes #13338)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user