@codingame/monaco-vscode-api 33.0.3 → 33.0.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.
Files changed (52) hide show
  1. package/package.json +9 -9
  2. package/services.js +3 -3
  3. package/vscode/src/vs/platform/product/common/product.js +1 -1
  4. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/cellOperations.d.ts +0 -26
  5. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/cellOperations.js +0 -746
  6. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/insertCellActions.d.ts +0 -13
  7. package/vscode/src/vs/workbench/contrib/notebook/browser/controller/insertCellActions.js +0 -300
  8. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffCellEditorOptions.d.ts +0 -8
  9. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffCellEditorOptions.js +0 -55
  10. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffComponents.d.ts +0 -273
  11. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffComponents.js +0 -1963
  12. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementOutputs.d.ts +0 -50
  13. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementOutputs.js +0 -314
  14. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementViewModel.d.ts +0 -258
  15. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementViewModel.js +0 -886
  16. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffNestedCellViewModel.d.ts +0 -41
  17. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffNestedCellViewModel.js +0 -118
  18. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/editorHeightCalculator.d.ts +0 -17
  19. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/editorHeightCalculator.js +0 -71
  20. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/eventDispatcher.d.ts +0 -27
  21. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/eventDispatcher.js +0 -40
  22. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookCellDiffDecorator.d.ts +0 -23
  23. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookCellDiffDecorator.js +0 -313
  24. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookDeletedCellDecorator.d.ts +0 -51
  25. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookDeletedCellDecorator.js +0 -265
  26. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInlineDiff.d.ts +0 -24
  27. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInlineDiff.js +0 -185
  28. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInlineDiffWidget.d.ts +0 -28
  29. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInlineDiffWidget.js +0 -104
  30. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInsertedCellDecorator.d.ts +0 -10
  31. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInsertedCellDecorator.js +0 -43
  32. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalCellModelFactory.d.ts +0 -21
  33. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalCellModelFactory.js +0 -41
  34. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalModelRefFactory.d.ts +0 -25
  35. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalModelRefFactory.js +0 -69
  36. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiff.css +0 -469
  37. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor.d.ts +0 -149
  38. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor.js +0 -933
  39. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditorBrowser.d.ts +0 -180
  40. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditorBrowser.js +0 -32
  41. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffList.d.ts +0 -102
  42. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffList.js +0 -643
  43. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffOverviewRuler.d.ts +0 -30
  44. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffOverviewRuler.js +0 -197
  45. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffViewModel.d.ts +0 -75
  46. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffViewModel.js +0 -539
  47. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/unchangedEditorRegions.d.ts +0 -13
  48. package/vscode/src/vs/workbench/contrib/notebook/browser/diff/unchangedEditorRegions.js +0 -39
  49. package/vscode/src/vs/workbench/contrib/notebook/common/model/notebookMetadataTextModel.d.ts +0 -19
  50. package/vscode/src/vs/workbench/contrib/notebook/common/model/notebookMetadataTextModel.js +0 -90
  51. package/vscode/src/vs/workbench/contrib/notebook/common/notebookDiff.d.ts +0 -26
  52. package/vscode/src/vs/workbench/contrib/notebook/common/notebookDiff.js +0 -92
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-api",
3
- "version": "33.0.3",
3
+ "version": "33.0.5",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor",
6
6
  "keywords": [],
@@ -15,15 +15,15 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-base-service-override": "33.0.3",
19
- "@codingame/monaco-vscode-environment-service-override": "33.0.3",
20
- "@codingame/monaco-vscode-extensions-service-override": "33.0.3",
21
- "@codingame/monaco-vscode-files-service-override": "33.0.3",
22
- "@codingame/monaco-vscode-host-service-override": "33.0.3",
23
- "@codingame/monaco-vscode-layout-service-override": "33.0.3",
24
- "@codingame/monaco-vscode-quickaccess-service-override": "33.0.3",
18
+ "@codingame/monaco-vscode-base-service-override": "33.0.5",
19
+ "@codingame/monaco-vscode-environment-service-override": "33.0.5",
20
+ "@codingame/monaco-vscode-extensions-service-override": "33.0.5",
21
+ "@codingame/monaco-vscode-files-service-override": "33.0.5",
22
+ "@codingame/monaco-vscode-host-service-override": "33.0.5",
23
+ "@codingame/monaco-vscode-layout-service-override": "33.0.5",
24
+ "@codingame/monaco-vscode-quickaccess-service-override": "33.0.5",
25
25
  "@vscode/iconv-lite-umd": "0.7.1",
26
- "dompurify": "3.4.3",
26
+ "dompurify": "3.4.5",
27
27
  "jschardet": "3.1.4",
28
28
  "marked": "14.0.0"
29
29
  },
package/services.js CHANGED
@@ -438,10 +438,10 @@ export { IAgentHostUntitledProvisionalSessionService } from './vscode/src/vs/wor
438
438
  export { IChatOutputPartStateCache } from './vscode/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatOutputPartStateCache.service.js';
439
439
  export { IAgentHostDebugLogsExportService } from './vscode/src/vs/workbench/contrib/chat/browser/actions/exportAgentHostDebugLogsAction.service.js';
440
440
 
441
- if (window.monacoVscodeApiBuildId != null && window.monacoVscodeApiBuildId !== "1.121.0-453c8195-8ae7-48c9-a66f-42af51fbf826") {
442
- throw new Error(`Another version of monaco-vscode-api has already been loaded. Trying to load ${"1.121.0-453c8195-8ae7-48c9-a66f-42af51fbf826"}, ${window.monacoVscodeApiBuildId} is already loaded`);
441
+ if (window.monacoVscodeApiBuildId != null && window.monacoVscodeApiBuildId !== "1.121.0-4452573a-1ad5-42e0-af4e-6a8cd9c49d52") {
442
+ throw new Error(`Another version of monaco-vscode-api has already been loaded. Trying to load ${"1.121.0-4452573a-1ad5-42e0-af4e-6a8cd9c49d52"}, ${window.monacoVscodeApiBuildId} is already loaded`);
443
443
  }
444
- window.monacoVscodeApiBuildId = "1.121.0-453c8195-8ae7-48c9-a66f-42af51fbf826";
444
+ window.monacoVscodeApiBuildId = "1.121.0-4452573a-1ad5-42e0-af4e-6a8cd9c49d52";
445
445
  function registerCommands(options) {
446
446
  function asMenuId(menu) {
447
447
  switch (menu) {
@@ -6,7 +6,7 @@ var product = {
6
6
  quality: 'stable',
7
7
  version: '1.121.0',
8
8
  commit: '987c9597516278c9fcf10d963a0592ce1384ab93',
9
- date: '2026-05-22T19:34:29.495Z',
9
+ date: '2026-05-22T21:34:36.961Z',
10
10
  ...(globalThis._VSCODE_PRODUCT_JSON ?? {})
11
11
  };
12
12
 
@@ -1,26 +0,0 @@
1
- import { ResourceEdit } from "../../../../../editor/browser/services/bulkEditService.js";
2
- import { IBulkEditService } from "../../../../../editor/browser/services/bulkEditService.service.js";
3
- import { IPosition } from "../../../../../editor/common/core/position.js";
4
- import { ILanguageService } from "../../../../../editor/common/languages/language.service.js";
5
- import { INotebookActionContext, INotebookCellActionContext } from "./coreActions.js";
6
- import { IActiveNotebookEditor, ICellViewModel } from "../notebookBrowser.js";
7
- import { CellViewModel, NotebookViewModel } from "../viewModel/notebookViewModelImpl.js";
8
- import { CellKind, IOutputDto, NotebookCellMetadata } from "../../common/notebookCommon.js";
9
- import { ICellRange } from "../../common/notebookRange.js";
10
- import { INotificationService } from "../../../../../platform/notification/common/notification.service.js";
11
- import { INotebookKernelHistoryService } from "../../common/notebookKernelService.service.js";
12
- export declare function changeCellToKind(kind: CellKind, context: INotebookActionContext, language?: string, mime?: string): Promise<void>;
13
- export declare function runDeleteAction(editor: IActiveNotebookEditor, cell: ICellViewModel): void;
14
- export declare function moveCellRange(context: INotebookActionContext, direction: "up" | "down"): Promise<void>;
15
- export declare function copyCellRange(context: INotebookCellActionContext, direction: "up" | "down"): Promise<void>;
16
- export declare function joinSelectedCells(bulkEditService: IBulkEditService, notificationService: INotificationService, context: INotebookCellActionContext): Promise<void>;
17
- export declare function joinNotebookCells(editor: IActiveNotebookEditor, range: ICellRange, direction: "above" | "below", constraint?: CellKind): Promise<{
18
- edits: ResourceEdit[];
19
- cell: ICellViewModel;
20
- endFocus: ICellRange;
21
- endSelections: ICellRange[];
22
- } | null>;
23
- export declare function joinCellsWithSurrounds(bulkEditService: IBulkEditService, context: INotebookCellActionContext, direction: "above" | "below"): Promise<void>;
24
- export declare function computeCellLinesContents(cell: ICellViewModel, splitPoints: IPosition[]): string[] | null;
25
- export declare function insertCell(languageService: ILanguageService, editor: IActiveNotebookEditor, index: number, type: CellKind, direction?: "above" | "below", initialText?: string, ui?: boolean, kernelHistoryService?: INotebookKernelHistoryService): CellViewModel | null;
26
- export declare function insertCellAtIndex(viewModel: NotebookViewModel, index: number, source: string, language: string, type: CellKind, metadata: NotebookCellMetadata | undefined, outputs: IOutputDto[], synchronous: boolean, pushUndoStop: boolean): CellViewModel;