@codingame/monaco-vscode-workbench-service-override 32.0.1 → 33.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-workbench-service-override",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.0.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - workbench service-override",
|
|
6
6
|
"keywords": [],
|
|
7
|
+
"license": "MIT",
|
|
7
8
|
"author": {
|
|
8
9
|
"name": "CodinGame",
|
|
9
10
|
"url": "http://www.codingame.com"
|
|
10
11
|
},
|
|
11
|
-
"license": "MIT",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
14
|
"url": "git+ssh://git@github.com/CodinGame/monaco-vscode-api.git"
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-api": "
|
|
19
|
-
"@codingame/monaco-vscode-keybindings-service-override": "
|
|
20
|
-
"@codingame/monaco-vscode-quickaccess-service-override": "
|
|
21
|
-
"@codingame/monaco-vscode-view-banner-service-override": "
|
|
22
|
-
"@codingame/monaco-vscode-view-common-service-override": "
|
|
23
|
-
"@codingame/monaco-vscode-view-status-bar-service-override": "
|
|
24
|
-
"@codingame/monaco-vscode-view-title-bar-service-override": "
|
|
18
|
+
"@codingame/monaco-vscode-api": "33.0.9",
|
|
19
|
+
"@codingame/monaco-vscode-keybindings-service-override": "33.0.9",
|
|
20
|
+
"@codingame/monaco-vscode-quickaccess-service-override": "33.0.9",
|
|
21
|
+
"@codingame/monaco-vscode-view-banner-service-override": "33.0.9",
|
|
22
|
+
"@codingame/monaco-vscode-view-common-service-override": "33.0.9",
|
|
23
|
+
"@codingame/monaco-vscode-view-status-bar-service-override": "33.0.9",
|
|
24
|
+
"@codingame/monaco-vscode-view-title-bar-service-override": "33.0.9"
|
|
25
25
|
},
|
|
26
26
|
"main": "index.js",
|
|
27
27
|
"module": "index.js",
|
|
@@ -5,7 +5,7 @@ import { Dimension } from "@codingame/monaco-vscode-api/vscode/vs/base/browser/d
|
|
|
5
5
|
import { ViewPaneContainer } from "@codingame/monaco-vscode-api/vscode/vs/workbench/browser/parts/views/viewPaneContainer";
|
|
6
6
|
import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
|
|
7
7
|
import { Codicon } from "@codingame/monaco-vscode-api/vscode/vs/base/common/codicons";
|
|
8
|
-
import { type EditorInputFactoryObject, type RegisteredEditorInfo, type RegisteredEditorOptions, RegisteredEditorPriority } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorResolverService";
|
|
8
|
+
import { type EditorInputFactoryObject, type RegisteredEditorInfo, type RegisteredEditorOptions, RegisteredEditorPriority, type RegisteredEditorPriorityInfo } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorResolverService";
|
|
9
9
|
import { EditorInput, type IEditorCloseHandler } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor/editorInput";
|
|
10
10
|
import { EditorInputCapabilities, type IEditorOpenContext, type IEditorSerializer, Verbosity } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor";
|
|
11
11
|
import type { IEditorOptions, IResourceEditorInput } from "@codingame/monaco-vscode-api/vscode/vs/platform/editor/common/editor";
|
|
@@ -102,4 +102,4 @@ export declare function getPanelPosition(): Position;
|
|
|
102
102
|
export declare const onDidChangeSideBarPosition: Event<string>;
|
|
103
103
|
export declare function getSideBarPosition(): Position;
|
|
104
104
|
export { ViewContainerLocation, registerCustomView, ViewPaneContainer, ConfirmResult, registerEditorPane, RegisteredEditorPriority, InjectedEditorPane as EditorPane, SimpleEditorPane, SimpleEditorInput, AbstractResourceEditorInput, AbstractTextResourceEditorInput, EditorInput, registerEditor, registerEditorSerializer, EditorInputCapabilities, Parts, SplitView, viewRegistry, viewContainerRegistry, DomScrollableElement };
|
|
105
|
-
export type { IEditorSerializer, CustomViewOption, IEditorCloseHandler, RegisteredEditorInfo, RegisteredEditorOptions, EditorInputFactoryObject, IView, IViewContainerDescriptor, ViewContainer, IViewDescriptor };
|
|
105
|
+
export type { RegisteredEditorPriorityInfo, IEditorSerializer, CustomViewOption, IEditorCloseHandler, RegisteredEditorInfo, RegisteredEditorOptions, EditorInputFactoryObject, IView, IViewContainerDescriptor, ViewContainer, IViewDescriptor };
|
|
@@ -54,7 +54,7 @@ class NotificationAccessibleView {
|
|
|
54
54
|
if (!notification || !message) {
|
|
55
55
|
return;
|
|
56
56
|
}
|
|
57
|
-
return withSeverityPrefix(notification.source ? ( localize(
|
|
57
|
+
return withSeverityPrefix(notification.source ? ( localize(3661, "{0} Source: {1}", message, notification.source)) : message, notification.severity);
|
|
58
58
|
}
|
|
59
59
|
const content = getContentForNotification();
|
|
60
60
|
if (!content) {
|
|
@@ -110,8 +110,8 @@ function getActionsFromNotification(notification, accessibilitySignalService) {
|
|
|
110
110
|
if (actions) {
|
|
111
111
|
actions.push({
|
|
112
112
|
id: "clearNotification",
|
|
113
|
-
label: ( localize(
|
|
114
|
-
tooltip: ( localize(
|
|
113
|
+
label: ( localize(3662, "Clear Notification")),
|
|
114
|
+
tooltip: ( localize(3662, "Clear Notification")),
|
|
115
115
|
run: () => {
|
|
116
116
|
notification.close();
|
|
117
117
|
accessibilitySignalService.playSignal(AccessibilitySignal.clear);
|