@codingame/monaco-vscode-layout-service-override
Advanced tools
Comparing version 9.0.3 to 10.0.0
@@ -87,5 +87,6 @@ import { StandaloneServices } from 'vscode/vscode/vs/editor/standalone/browser/standaloneServices'; | ||
} | ||
centerMainEditorLayout() { | ||
centerMainEditorLayout() { } | ||
get activeContainer() { | ||
return this.getContainerFromDocument(getActiveDocument()); | ||
} | ||
get activeContainer() { return this.getContainerFromDocument(getActiveDocument()); } | ||
get containers() { | ||
@@ -131,7 +132,11 @@ const containers = []; | ||
this.sideBarPosition = positionFromString(this.configurationService.getValue('workbench.sideBar.location') ?? 'left'); | ||
this.panelPosition = positionFromString(this.configurationService.getValue('workbench.panel.defaultLocation') ?? 'bottom'); | ||
this.panelPosition = positionFromString(this.configurationService.getValue('workbench.panel.defaultLocation') ?? | ||
'bottom'); | ||
this._register(this.hostService.onDidChangeActiveWindow(() => this.onActiveWindowChanged())); | ||
this._register(this.auxiliaryWindowService.onDidOpenAuxiliaryWindow(({ window, disposables }) => { | ||
this._onDidAddContainer.fire({ container: window.container, disposables: new DisposableStore() }); | ||
disposables.add(window.onDidLayout(dimension => this.handleContainerDidLayout(window.container, dimension))); | ||
this._onDidAddContainer.fire({ | ||
container: window.container, | ||
disposables: new DisposableStore() | ||
}); | ||
disposables.add(window.onDidLayout((dimension) => this.handleContainerDidLayout(window.container, dimension))); | ||
disposables.add(toDisposable(() => this._onDidRemoveContainer.fire(window.container))); | ||
@@ -164,3 +169,3 @@ })); | ||
} | ||
return this.configurationService.getValue("workbench.activityBar.location" ) !== "default" ; | ||
return (this.configurationService.getValue("workbench.activityBar.location" ) !== "default") ; | ||
} | ||
@@ -197,4 +202,3 @@ focusPart(part) { | ||
} | ||
toggleMaximizedPanel() { | ||
} | ||
toggleMaximizedPanel() { } | ||
toggleMenuBar() { | ||
@@ -207,3 +211,4 @@ let currentVisibilityValue = getMenuBarVisibility(this.configurationService); | ||
if (currentVisibilityValue === 'visible' || currentVisibilityValue === 'classic') { | ||
newVisibilityValue = getTitleBarStyle(this.configurationService) === 'native' ? 'toggle' : 'compact'; | ||
newVisibilityValue = | ||
getTitleBarStyle(this.configurationService) === 'native' ? 'toggle' : 'compact'; | ||
} | ||
@@ -224,18 +229,13 @@ else { | ||
} | ||
setPanelAlignment() { | ||
} | ||
toggleZenMode() { | ||
} | ||
setPanelAlignment() { } | ||
toggleZenMode() { } | ||
isEditorLayoutCentered() { | ||
return false; | ||
} | ||
centerEditorLayout() { | ||
} | ||
resizePart() { | ||
} | ||
centerEditorLayout() { } | ||
resizePart() { } | ||
isWindowMaximized() { | ||
return false; | ||
} | ||
updateWindowMaximizedState() { | ||
} | ||
updateWindowMaximizedState() { } | ||
getVisibleNeighborPart() { | ||
@@ -314,3 +314,3 @@ return undefined; | ||
.getViewContainersByLocation(location) | ||
.find(viewContainer => this.hasViews(viewContainer.id))?.id; | ||
.find((viewContainer) => this.hasViews(viewContainer.id))?.id; | ||
} | ||
@@ -348,3 +348,5 @@ if (panelToOpen != null) { | ||
} | ||
get mainContainerDimension() { return this._mainContainerDimension; } | ||
get mainContainerDimension() { | ||
return this._mainContainerDimension; | ||
} | ||
get activeContainerDimension() { | ||
@@ -351,0 +353,0 @@ const activeContainer = this.activeContainer; |
{ | ||
"name": "@codingame/monaco-vscode-layout-service-override", | ||
"version": "9.0.3", | ||
"version": "10.0.0", | ||
"keywords": [], | ||
@@ -29,4 +29,4 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@9.0.3" | ||
"vscode": "npm:@codingame/monaco-vscode-api@10.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18064
389
+ Added@codingame/monaco-vscode-api@10.0.0(transitive)
+ Added@codingame/monaco-vscode-base-service-override@10.0.0(transitive)
+ Added@codingame/monaco-vscode-environment-service-override@10.0.0(transitive)
+ Added@codingame/monaco-vscode-extensions-service-override@10.0.0(transitive)
+ Added@codingame/monaco-vscode-files-service-override@10.0.0(transitive)
+ Added@codingame/monaco-vscode-host-service-override@10.0.0(transitive)
+ Added@codingame/monaco-vscode-quickaccess-service-override@10.0.0(transitive)
+ Added@xterm/addon-clipboard@0.2.0-beta.53(transitive)
+ Added@xterm/addon-image@0.9.0-beta.70(transitive)
+ Added@xterm/addon-search@0.16.0-beta.70(transitive)
+ Added@xterm/addon-serialize@0.14.0-beta.70(transitive)
+ Added@xterm/addon-unicode11@0.9.0-beta.70(transitive)
+ Added@xterm/addon-webgl@0.19.0-beta.70(transitive)
+ Added@xterm/xterm@5.6.0-beta.70(transitive)
+ Addedjs-base64@3.7.7(transitive)
- Removed@codingame/monaco-vscode-api@9.0.3(transitive)
- Removed@codingame/monaco-vscode-base-service-override@9.0.3(transitive)
- Removed@codingame/monaco-vscode-environment-service-override@9.0.3(transitive)
- Removed@codingame/monaco-vscode-extensions-service-override@9.0.3(transitive)
- Removed@codingame/monaco-vscode-files-service-override@9.0.3(transitive)
- Removed@codingame/monaco-vscode-host-service-override@9.0.3(transitive)
- Removed@codingame/monaco-vscode-quickaccess-service-override@9.0.3(transitive)