@codingame/monaco-vscode-view-banner-service-override 9.0.0 → 9.0.3

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": "9.0.0",
3
+ "version": "9.0.3",
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@9.0.0"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@9.0.3"
30
30
  }
31
31
  }
@@ -215,7 +215,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
215
215
  });
216
216
  class FocusBannerAction extends Action2 {
217
217
  static { this.ID = 'workbench.action.focusBanner'; }
218
- static { this.LABEL = ( localize2(2552, "Focus Banner")); }
218
+ static { this.LABEL = ( localize2(3034, "Focus Banner")); }
219
219
  constructor() {
220
220
  super({
221
221
  id: FocusBannerAction.ID,