@codingame/monaco-vscode-layout-service-override
Advanced tools
Comparing version 1.83.7 to 1.83.8
@@ -16,3 +16,3 @@ import { IEditorOverrideServices } from 'vscode/vscode/vs/editor/standalone/browser/standaloneServices'; | ||
private viewDescriptorService; | ||
constructor(container: HTMLElement); | ||
constructor(container?: HTMLElement); | ||
onDidChangeFullscreen: Event<any>; | ||
@@ -70,4 +70,8 @@ onDidChangeZenMode: Event<any>; | ||
} | ||
declare function getServiceOverride(): IEditorOverrideServices; | ||
/** | ||
* @deprecated Provide container via the services `initialize` function | ||
*/ | ||
declare function getServiceOverride(container?: HTMLElement): IEditorOverrideServices; | ||
export { LayoutService, getServiceOverride as default }; |
{ | ||
"name": "@codingame/monaco-vscode-layout-service-override", | ||
"version": "1.83.7", | ||
"version": "1.83.8", | ||
"keywords": [], | ||
@@ -21,5 +21,5 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@1.83.7", | ||
"vscode": "npm:@codingame/monaco-vscode-api@1.83.8", | ||
"monaco-editor": "0.44.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
3914
76
+ Added@codingame/monaco-vscode-api@1.83.8(transitive)
- Removed@codingame/monaco-vscode-api@1.83.7(transitive)