@codingame/monaco-vscode-extension-api 25.0.1 → 25.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/extension.api.js +2 -2
- package/package.json +3 -3
package/extension.api.js
CHANGED
|
@@ -22,14 +22,14 @@ import { DiagnosticTag as DiagnosticTag$1, DiagnosticSeverity as DiagnosticSever
|
|
|
22
22
|
import { TextEdit as TextEdit$1, EndOfLine as EndOfLine$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/textEdit';
|
|
23
23
|
import { Location as Location$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/location';
|
|
24
24
|
import { MarkdownString as MarkdownString$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/markdownString';
|
|
25
|
+
import { NotebookEdit as NotebookEdit$1, NotebookCellOutputItem as NotebookCellOutputItem$1, NotebookCellOutput as NotebookCellOutput$1, NotebookData as NotebookData$1, NotebookCellData as NotebookCellData$1, NotebookCellKind as NotebookCellKind$1, NotebookRange as NotebookRange$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/notebooks';
|
|
25
26
|
import { Position as Position$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/position';
|
|
26
27
|
import { Range as Range$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/range';
|
|
27
28
|
import { Selection as Selection$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/selection';
|
|
28
29
|
import { SnippetString as SnippetString$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/snippetString';
|
|
29
|
-
import { SymbolTag as SymbolTag$1, SymbolKind as SymbolKind$1, SymbolInformation as SymbolInformation$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/symbolInformation';
|
|
30
30
|
import { SnippetTextEdit as SnippetTextEdit$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/snippetTextEdit';
|
|
31
|
+
import { SymbolTag as SymbolTag$1, SymbolKind as SymbolKind$1, SymbolInformation as SymbolInformation$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/symbolInformation';
|
|
31
32
|
import { WorkspaceEdit as WorkspaceEdit$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/workspaceEdit';
|
|
32
|
-
import { NotebookEdit as NotebookEdit$1, NotebookCellOutputItem as NotebookCellOutputItem$1, NotebookCellOutput as NotebookCellOutput$1, NotebookData as NotebookData$1, NotebookCellData as NotebookCellData$1, NotebookCellKind as NotebookCellKind$1, NotebookRange as NotebookRange$1 } from '@codingame/monaco-vscode-api/vscode/vs/workbench/api/common/extHostTypes/notebooks';
|
|
33
33
|
|
|
34
34
|
function createProxy(key) {
|
|
35
35
|
return new Proxy({}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-extension-api",
|
|
3
|
-
"version": "25.0
|
|
3
|
+
"version": "25.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - VSCode extension compatible api",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-api": "25.0
|
|
19
|
-
"@codingame/monaco-vscode-extensions-service-override": "25.0
|
|
18
|
+
"@codingame/monaco-vscode-api": "25.1.0",
|
|
19
|
+
"@codingame/monaco-vscode-extensions-service-override": "25.1.0"
|
|
20
20
|
},
|
|
21
21
|
"main": "extension.api.js",
|
|
22
22
|
"module": "extension.api.js",
|