@codingame/monaco-vscode-view-banner-service-override 11.0.0 → 11.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": "11.0.0",
3
+ "version": "11.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@11.0.0"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@11.0.2"
30
30
  }
31
31
  }
@@ -213,7 +213,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
213
213
  });
214
214
  class FocusBannerAction extends Action2 {
215
215
  static { this.ID = 'workbench.action.focusBanner'; }
216
- static { this.LABEL = ( localize2(2537, "Focus Banner")); }
216
+ static { this.LABEL = ( localize2(3019, "Focus Banner")); }
217
217
  constructor() {
218
218
  super({
219
219
  id: FocusBannerAction.ID,