@codingame/monaco-vscode-view-common-service-override 28.0.0 → 28.1.1
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/index.js +2 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -102,7 +102,8 @@ function getServiceOverride(_webviewIframeAlternateDomains) {
|
|
|
102
102
|
[IContextViewService.toString()]: new SyncDescriptor(ContextViewService, [], true),
|
|
103
103
|
[IUntitledTextEditorService.toString()]: new SyncDescriptor(UntitledTextEditorService, [], true),
|
|
104
104
|
[IHistoryService.toString()]: new SyncDescriptor(HistoryService, [], false),
|
|
105
|
-
[ICustomEditorService.toString()]: new SyncDescriptor(CustomEditorService, [],
|
|
105
|
+
[ICustomEditorService.toString()]: new SyncDescriptor(CustomEditorService, [],
|
|
106
|
+
false),
|
|
106
107
|
[IWebviewService.toString()]: new SyncDescriptor(WebviewService, [], true),
|
|
107
108
|
[IWebviewViewService.toString()]: new SyncDescriptor(WebviewViewService, [], true),
|
|
108
109
|
[IWebviewWorkbenchService.toString()]: new SyncDescriptor(WebviewEditorService, [], true),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-view-common-service-override",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - view-common service-override",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-api": "28.
|
|
19
|
-
"@codingame/monaco-vscode-bulk-edit-service-override": "28.
|
|
18
|
+
"@codingame/monaco-vscode-api": "28.1.1",
|
|
19
|
+
"@codingame/monaco-vscode-bulk-edit-service-override": "28.1.1"
|
|
20
20
|
},
|
|
21
21
|
"main": "index.js",
|
|
22
22
|
"module": "index.js",
|