@codingame/monaco-vscode-host-service-override 13.1.3 → 13.1.5
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": "13.1.
|
|
3
|
+
"version": "13.1.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - host service-override",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common": "13.1.
|
|
19
|
-
"@codingame/monaco-vscode-82e231ca-6ed7-5920-b2b8-1874ccc0be07-common": "13.1.
|
|
20
|
-
"@codingame/monaco-vscode-9e888134-1a6f-58d9-b0e6-0fc047448366-common": "13.1.
|
|
21
|
-
"@codingame/monaco-vscode-api": "13.1.
|
|
18
|
+
"@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common": "13.1.5",
|
|
19
|
+
"@codingame/monaco-vscode-82e231ca-6ed7-5920-b2b8-1874ccc0be07-common": "13.1.5",
|
|
20
|
+
"@codingame/monaco-vscode-9e888134-1a6f-58d9-b0e6-0fc047448366-common": "13.1.5",
|
|
21
|
+
"@codingame/monaco-vscode-api": "13.1.5"
|
|
22
22
|
},
|
|
23
23
|
"main": "index.js",
|
|
24
24
|
"module": "index.js",
|
|
@@ -331,10 +331,10 @@ let BrowserHostService = class BrowserHostService extends Disposable {
|
|
|
331
331
|
const { confirmed } = await this.dialogService.confirm({
|
|
332
332
|
type: Severity.Warning,
|
|
333
333
|
message: ( localize(
|
|
334
|
-
|
|
334
|
+
11603,
|
|
335
335
|
"The browser interrupted the opening of a new tab or window. Press 'Open' to open it anyway."
|
|
336
336
|
)),
|
|
337
|
-
primaryButton: ( localize(
|
|
337
|
+
primaryButton: ( localize(11604, "&&Open"))
|
|
338
338
|
});
|
|
339
339
|
if (confirmed) {
|
|
340
340
|
await this.workspaceProvider.open(workspace, options);
|