@codingame/monaco-vscode-host-service-override 10.1.2 → 10.1.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": "10.1.
|
|
3
|
+
"version": "10.1.3",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git@github.com
|
|
12
|
+
"url": "git+ssh://git@github.com/CodinGame/monaco-vscode-api.git"
|
|
13
13
|
},
|
|
14
14
|
"type": "module",
|
|
15
15
|
"private": false,
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"vscode": "npm:@codingame/monaco-vscode-api@10.1.
|
|
29
|
+
"vscode": "npm:@codingame/monaco-vscode-api@10.1.3"
|
|
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
|
-
|
|
330
|
+
802,
|
|
331
331
|
"The browser interrupted the opening of a new tab or window. Press 'Open' to open it anyway."
|
|
332
332
|
)),
|
|
333
|
-
primaryButton: ( localize(
|
|
333
|
+
primaryButton: ( localize(803, "&&Open"))
|
|
334
334
|
});
|
|
335
335
|
if (confirmed) {
|
|
336
336
|
await this.workspaceProvider.open(workspace, options);
|