@codingame/monaco-vscode-host-service-override 11.0.2 → 11.1.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-host-service-override",
3
- "version": "11.0.2",
3
+ "version": "11.1.0",
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.2"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@11.1.0"
30
30
  }
31
31
  }
@@ -327,10 +327,10 @@ let BrowserHostService = class BrowserHostService extends Disposable {
327
327
  const { confirmed } = await this.dialogService.confirm({
328
328
  type: Severity$1.Warning,
329
329
  message: ( localize(
330
- 798,
330
+ 829,
331
331
  "The browser interrupted the opening of a new tab or window. Press 'Open' to open it anyway."
332
332
  )),
333
- primaryButton: ( localize(799, "&&Open"))
333
+ primaryButton: ( localize(830, "&&Open"))
334
334
  });
335
335
  if (confirmed) {
336
336
  await this.workspaceProvider.open(workspace, options);