@codingame/monaco-vscode-api 33.0.3 → 33.0.4
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 +9 -9
- package/services.js +3 -3
- package/vscode/src/vs/platform/product/common/product.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/cellOperations.d.ts +0 -26
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/cellOperations.js +0 -746
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/insertCellActions.d.ts +0 -13
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/insertCellActions.js +0 -300
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffCellEditorOptions.d.ts +0 -8
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffCellEditorOptions.js +0 -55
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffComponents.d.ts +0 -273
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffComponents.js +0 -1963
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementOutputs.d.ts +0 -50
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementOutputs.js +0 -314
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementViewModel.d.ts +0 -258
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffElementViewModel.js +0 -886
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffNestedCellViewModel.d.ts +0 -41
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/diffNestedCellViewModel.js +0 -118
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/editorHeightCalculator.d.ts +0 -17
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/editorHeightCalculator.js +0 -71
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/eventDispatcher.d.ts +0 -27
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/eventDispatcher.js +0 -40
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookCellDiffDecorator.d.ts +0 -23
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookCellDiffDecorator.js +0 -313
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookDeletedCellDecorator.d.ts +0 -51
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookDeletedCellDecorator.js +0 -265
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInlineDiff.d.ts +0 -24
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInlineDiff.js +0 -185
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInlineDiffWidget.d.ts +0 -28
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInlineDiffWidget.js +0 -104
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInsertedCellDecorator.d.ts +0 -10
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookInsertedCellDecorator.js +0 -43
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalCellModelFactory.d.ts +0 -21
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalCellModelFactory.js +0 -41
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalModelRefFactory.d.ts +0 -25
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookOriginalModelRefFactory.js +0 -69
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiff.css +0 -469
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor.d.ts +0 -149
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditor.js +0 -933
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditorBrowser.d.ts +0 -180
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffEditorBrowser.js +0 -32
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffList.d.ts +0 -102
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffList.js +0 -643
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffOverviewRuler.d.ts +0 -30
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffOverviewRuler.js +0 -197
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffViewModel.d.ts +0 -75
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/notebookDiffViewModel.js +0 -539
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/unchangedEditorRegions.d.ts +0 -13
- package/vscode/src/vs/workbench/contrib/notebook/browser/diff/unchangedEditorRegions.js +0 -39
- package/vscode/src/vs/workbench/contrib/notebook/common/model/notebookMetadataTextModel.d.ts +0 -19
- package/vscode/src/vs/workbench/contrib/notebook/common/model/notebookMetadataTextModel.js +0 -90
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookDiff.d.ts +0 -26
- 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
|
+
"version": "33.0.4",
|
|
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.
|
|
19
|
-
"@codingame/monaco-vscode-environment-service-override": "33.0.
|
|
20
|
-
"@codingame/monaco-vscode-extensions-service-override": "33.0.
|
|
21
|
-
"@codingame/monaco-vscode-files-service-override": "33.0.
|
|
22
|
-
"@codingame/monaco-vscode-host-service-override": "33.0.
|
|
23
|
-
"@codingame/monaco-vscode-layout-service-override": "33.0.
|
|
24
|
-
"@codingame/monaco-vscode-quickaccess-service-override": "33.0.
|
|
18
|
+
"@codingame/monaco-vscode-base-service-override": "33.0.4",
|
|
19
|
+
"@codingame/monaco-vscode-environment-service-override": "33.0.4",
|
|
20
|
+
"@codingame/monaco-vscode-extensions-service-override": "33.0.4",
|
|
21
|
+
"@codingame/monaco-vscode-files-service-override": "33.0.4",
|
|
22
|
+
"@codingame/monaco-vscode-host-service-override": "33.0.4",
|
|
23
|
+
"@codingame/monaco-vscode-layout-service-override": "33.0.4",
|
|
24
|
+
"@codingame/monaco-vscode-quickaccess-service-override": "33.0.4",
|
|
25
25
|
"@vscode/iconv-lite-umd": "0.7.1",
|
|
26
|
-
"dompurify": "3.4.
|
|
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-
|
|
442
|
-
throw new Error(`Another version of monaco-vscode-api has already been loaded. Trying to load ${"1.121.0-
|
|
441
|
+
if (window.monacoVscodeApiBuildId != null && window.monacoVscodeApiBuildId !== "1.121.0-cd2e4aff-3372-46d8-ae8e-3e709c3135b5") {
|
|
442
|
+
throw new Error(`Another version of monaco-vscode-api has already been loaded. Trying to load ${"1.121.0-cd2e4aff-3372-46d8-ae8e-3e709c3135b5"}, ${window.monacoVscodeApiBuildId} is already loaded`);
|
|
443
443
|
}
|
|
444
|
-
window.monacoVscodeApiBuildId = "1.121.0-
|
|
444
|
+
window.monacoVscodeApiBuildId = "1.121.0-cd2e4aff-3372-46d8-ae8e-3e709c3135b5";
|
|
445
445
|
function registerCommands(options) {
|
|
446
446
|
function asMenuId(menu) {
|
|
447
447
|
switch (menu) {
|
|
@@ -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;
|