@codingame/monaco-vscode-view-banner-service-override 10.0.0 → 10.0.2
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": "10.0.
|
|
3
|
+
"version": "10.0.2",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"vscode": "npm:@codingame/monaco-vscode-api@10.0.
|
|
29
|
+
"vscode": "npm:@codingame/monaco-vscode-api@10.0.2"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -212,7 +212,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
|
|
|
212
212
|
});
|
|
213
213
|
class FocusBannerAction extends Action2 {
|
|
214
214
|
static { this.ID = 'workbench.action.focusBanner'; }
|
|
215
|
-
static { this.LABEL = ( localize2(
|
|
215
|
+
static { this.LABEL = ( localize2(3017, "Focus Banner")); }
|
|
216
216
|
constructor() {
|
|
217
217
|
super({
|
|
218
218
|
id: FocusBannerAction.ID,
|