@codingame/monaco-vscode-view-banner-service-override 13.1.6 → 14.0.0
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-view-banner-service-override",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - view-banner service-override",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,10 +15,9 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common": "
|
|
19
|
-
"@codingame/monaco-vscode-api": "
|
|
20
|
-
"@codingame/monaco-vscode-d8236b3b-b91a-522d-89f4-94d70a546f6a-common": "
|
|
21
|
-
"@codingame/monaco-vscode-e7080bda-ce3e-5243-9a35-98cd9634dbda-common": "13.1.6"
|
|
18
|
+
"@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common": "14.0.0",
|
|
19
|
+
"@codingame/monaco-vscode-api": "14.0.0",
|
|
20
|
+
"@codingame/monaco-vscode-d8236b3b-b91a-522d-89f4-94d70a546f6a-common": "14.0.0"
|
|
22
21
|
},
|
|
23
22
|
"main": "index.js",
|
|
24
23
|
"module": "index.js",
|
|
@@ -11,7 +11,7 @@ import { IStorageService } from '@codingame/monaco-vscode-api/vscode/vs/platform
|
|
|
11
11
|
import { IThemeService } from '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/themeService.service';
|
|
12
12
|
import { ThemeIcon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/themables';
|
|
13
13
|
import { Part } from '@codingame/monaco-vscode-d8236b3b-b91a-522d-89f4-94d70a546f6a-common/vscode/vs/workbench/browser/part';
|
|
14
|
-
import { Parts } from '@codingame/monaco-vscode-
|
|
14
|
+
import { Parts } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/layout/browser/layoutService';
|
|
15
15
|
import { IWorkbenchLayoutService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/layout/browser/layoutService.service';
|
|
16
16
|
import { Action } from '@codingame/monaco-vscode-api/vscode/vs/base/common/actions';
|
|
17
17
|
import { Link } from '@codingame/monaco-vscode-api/vscode/vs/platform/opener/browser/link';
|
|
@@ -217,7 +217,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
|
|
|
217
217
|
});
|
|
218
218
|
class FocusBannerAction extends Action2 {
|
|
219
219
|
static { this.ID = 'workbench.action.focusBanner'; }
|
|
220
|
-
static { this.LABEL = ( localize2(
|
|
220
|
+
static { this.LABEL = ( localize2(2779, "Focus Banner")); }
|
|
221
221
|
constructor() {
|
|
222
222
|
super({
|
|
223
223
|
id: FocusBannerAction.ID,
|