@codingame/monaco-vscode-host-service-override 7.1.1 → 8.0.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": "
|
|
3
|
+
"version": "8.0.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@
|
|
29
|
+
"vscode": "npm:@codingame/monaco-vscode-api@8.0.0"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -333,10 +333,10 @@ let BrowserHostService = class BrowserHostService extends Disposable {
|
|
|
333
333
|
const { confirmed } = await this.dialogService.confirm({
|
|
334
334
|
type: Severity$1.Warning,
|
|
335
335
|
message: ( localize(
|
|
336
|
-
|
|
336
|
+
781,
|
|
337
337
|
"The browser interrupted the opening of a new tab or window. Press 'Open' to open it anyway."
|
|
338
338
|
)),
|
|
339
|
-
primaryButton: ( localize(
|
|
339
|
+
primaryButton: ( localize(782, "&&Open"))
|
|
340
340
|
});
|
|
341
341
|
if (confirmed) {
|
|
342
342
|
await this.workspaceProvider.open(workspace, options);
|