@codingame/monaco-vscode-editor-service-override 23.2.2 → 24.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/index.js CHANGED
@@ -5,19 +5,19 @@ import { ICodeEditorService } from '@codingame/monaco-vscode-api/vscode/vs/edito
5
5
  import { CodeEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/browser/codeEditorService';
6
6
  import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service';
7
7
  import { SyncDescriptor } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/descriptors';
8
- import { TextEditorService } from '@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common/vscode/vs/workbench/services/textfile/common/textEditorService';
8
+ import { TextEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textEditorService';
9
9
  import { ITextEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textEditorService.service';
10
10
  import { GroupOrientation } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorGroupsService';
11
11
  import { IEditorGroupsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorGroupsService.service';
12
12
  import { IInstantiationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation';
13
13
  import { DEFAULT_EDITOR_PART_OPTIONS } from '@codingame/monaco-vscode-api/vscode/vs/workbench/browser/parts/editor/editor';
14
14
  import { mainWindow } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/window';
15
- import { fakeActiveGroup, MonacoDelegateEditorGroupsService, MonacoEditorService } from '@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common/service-override/tools/editor';
16
- export { MonacoEditorService } from '@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common/service-override/tools/editor';
15
+ import { fakeActiveGroup, MonacoDelegateEditorGroupsService, MonacoEditorService } from '@codingame/monaco-vscode-api/service-override/tools/editor';
16
+ export { MonacoEditorService } from '@codingame/monaco-vscode-api/service-override/tools/editor';
17
17
  import { unsupported } from '@codingame/monaco-vscode-api/tools';
18
- import '@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common/vscode/vs/workbench/browser/parts/editor/editor.contribution._autosave';
19
- import '@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common/vscode/vs/workbench/contrib/files/browser/files.contribution._fileEditorFactory';
20
- import '@codingame/monaco-vscode-7aa7b0aa-41af-57b3-860a-86d2f987a6c8-common/vscode/vs/workbench/contrib/files/browser/fileCommands._save';
18
+ import '@codingame/monaco-vscode-api/vscode/vs/workbench/browser/parts/editor/editor.contribution._autosave';
19
+ import '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/files/browser/files.contribution._fileEditorFactory';
20
+ import '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/files/browser/fileCommands._save';
21
21
 
22
22
  class EmptyEditorPart {
23
23
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-editor-service-override",
3
- "version": "23.2.2",
3
+ "version": "24.1.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - editor service-override",
6
6
  "keywords": [],
@@ -15,10 +15,7 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-7aa7b0aa-41af-57b3-860a-86d2f987a6c8-common": "23.2.2",
19
- "@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common": "23.2.2",
20
- "@codingame/monaco-vscode-api": "23.2.2",
21
- "@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common": "23.2.2"
18
+ "@codingame/monaco-vscode-api": "24.1.0"
22
19
  },
23
20
  "main": "index.js",
24
21
  "module": "index.js",
@@ -9,7 +9,7 @@ import { type IResolvedTextEditorModel } from "@codingame/monaco-vscode-model-se
9
9
  import { ITextModelService } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/services/resolverService.service";
10
10
  import { type IStandaloneCodeEditor } from "@codingame/monaco-vscode-api/vscode/vs/editor/standalone/browser/standaloneCodeEditor";
11
11
  import { Disposable, type IDisposable, type IReference } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
12
- import { EditorService } from "@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common/vscode/vs/workbench/services/editor/browser/editorService";
12
+ import { EditorService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/browser/editorService";
13
13
  import { type IAuxiliaryEditorPart, type IEditorDropTargetDelegate, type IEditorPart, type IActiveEditorActions, type IEditorGroup, type IEditorWorkingSet, type IEditorGroupContextKeyProvider } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorGroupsService";
14
14
  import { IEditorGroupsService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorGroupsService.service";
15
15
  import { IInstantiationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation";
@@ -22,10 +22,10 @@ import { IFileService } from "@codingame/monaco-vscode-api/vscode/vs/platform/fi
22
22
  import { ITextEditorService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textEditorService.service";
23
23
  import { IHostService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/host/browser/host.service";
24
24
  import { Emitter, Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
25
- import { TextResourceEditorInput } from "@codingame/monaco-vscode-16b9b017-9377-5198-9904-c344b3b2ad14-common/vscode/vs/workbench/common/editor/textResourceEditorInput";
25
+ import { TextResourceEditorInput } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor/textResourceEditorInput";
26
26
  import { IContextKeyService } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey.service";
27
27
  import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
28
- import type { IGroupModelChangeEvent } from "@codingame/monaco-vscode-1f37b5fb-f500-54d2-b98a-d12d100cafca-common/vscode/vs/workbench/common/editor/editorGroupModel";
28
+ import type { IGroupModelChangeEvent } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor/editorGroupModel";
29
29
  import type { EditorLayoutInfo } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/config/editorOptions";
30
30
  import type { IRectangle } from "@codingame/monaco-vscode-api/vscode/vs/platform/window/common/window";
31
31
  import type { ContextKeyValue } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey";