@codingame/monaco-vscode-host-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-host-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
  }
@@ -332,10 +332,10 @@ let BrowserHostService = class BrowserHostService extends Disposable {
332
332
  const { confirmed } = await this.dialogService.confirm({
333
333
  type: Severity$1.Warning,
334
334
  message: ( localize(
335
- 959,
335
+ 790,
336
336
  "The browser interrupted the opening of a new tab or window. Press 'Open' to open it anyway."
337
337
  )),
338
- primaryButton: ( localize(960, "&&Open"))
338
+ primaryButton: ( localize(791, "&&Open"))
339
339
  });
340
340
  if (confirmed) {
341
341
  await this.workspaceProvider.open(workspace, options);