@opensumi/ide-extension 3.7.2-next-1739848467.0 → 3.7.2-next-1739859371.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/lib/browser/vscode/api/main.thread.language.d.ts +1 -2
- package/lib/browser/vscode/api/main.thread.language.d.ts.map +1 -1
- package/lib/browser/vscode/api/main.thread.language.js +0 -10
- package/lib/browser/vscode/api/main.thread.language.js.map +1 -1
- package/lib/common/vscode/ext-types.d.ts +0 -9
- package/lib/common/vscode/ext-types.d.ts.map +1 -1
- package/lib/common/vscode/ext-types.js +1 -14
- package/lib/common/vscode/ext-types.js.map +1 -1
- package/lib/common/vscode/languages.d.ts +1 -7
- package/lib/common/vscode/languages.d.ts.map +1 -1
- package/lib/common/vscode/languages.js.map +1 -1
- package/lib/hosted/api/vscode/ext.host.api.impl.d.ts +0 -2
- package/lib/hosted/api/vscode/ext.host.api.impl.d.ts.map +1 -1
- package/lib/hosted/api/vscode/ext.host.language.d.ts +5 -8
- package/lib/hosted/api/vscode/ext.host.language.d.ts.map +1 -1
- package/lib/hosted/api/vscode/ext.host.language.js +2 -18
- package/lib/hosted/api/vscode/ext.host.language.js.map +1 -1
- package/lib/hosted/api/worker/worker.host.api.impl.d.ts +0 -2
- package/lib/hosted/api/worker/worker.host.api.impl.d.ts.map +1 -1
- package/lib/worker-host.js +3 -145
- package/package.json +35 -35
- package/lib/hosted/api/vscode/language/inlineEdit.d.ts +0 -15
- package/lib/hosted/api/vscode/language/inlineEdit.d.ts.map +0 -1
- package/lib/hosted/api/vscode/language/inlineEdit.js +0 -103
- package/lib/hosted/api/vscode/language/inlineEdit.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-extension",
|
|
3
|
-
"version": "3.7.2-next-
|
|
3
|
+
"version": "3.7.2-next-1739859371.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"hosted"
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@opensumi/events": "^1.0.0",
|
|
26
|
-
"@opensumi/ide-connection": "3.7.2-next-
|
|
27
|
-
"@opensumi/ide-core-browser": "3.7.2-next-
|
|
28
|
-
"@opensumi/ide-core-node": "3.7.2-next-
|
|
29
|
-
"@opensumi/ide-debug": "3.7.2-next-
|
|
30
|
-
"@opensumi/ide-file-search": "3.7.2-next-
|
|
31
|
-
"@opensumi/ide-file-service": "3.7.2-next-
|
|
32
|
-
"@opensumi/ide-logs": "3.7.2-next-
|
|
33
|
-
"@opensumi/ide-markdown": "3.7.2-next-
|
|
34
|
-
"@opensumi/ide-task": "3.7.2-next-
|
|
35
|
-
"@opensumi/ide-terminal-next": "3.7.2-next-
|
|
36
|
-
"@opensumi/ide-utils": "3.7.2-next-
|
|
37
|
-
"@opensumi/ide-webview": "3.7.2-next-
|
|
26
|
+
"@opensumi/ide-connection": "3.7.2-next-1739859371.0",
|
|
27
|
+
"@opensumi/ide-core-browser": "3.7.2-next-1739859371.0",
|
|
28
|
+
"@opensumi/ide-core-node": "3.7.2-next-1739859371.0",
|
|
29
|
+
"@opensumi/ide-debug": "3.7.2-next-1739859371.0",
|
|
30
|
+
"@opensumi/ide-file-search": "3.7.2-next-1739859371.0",
|
|
31
|
+
"@opensumi/ide-file-service": "3.7.2-next-1739859371.0",
|
|
32
|
+
"@opensumi/ide-logs": "3.7.2-next-1739859371.0",
|
|
33
|
+
"@opensumi/ide-markdown": "3.7.2-next-1739859371.0",
|
|
34
|
+
"@opensumi/ide-task": "3.7.2-next-1739859371.0",
|
|
35
|
+
"@opensumi/ide-terminal-next": "3.7.2-next-1739859371.0",
|
|
36
|
+
"@opensumi/ide-utils": "3.7.2-next-1739859371.0",
|
|
37
|
+
"@opensumi/ide-webview": "3.7.2-next-1739859371.0",
|
|
38
38
|
"address": "^1.1.2",
|
|
39
39
|
"glob-to-regexp": "0.4.1",
|
|
40
40
|
"is-running": "^2.1.0",
|
|
@@ -45,28 +45,28 @@
|
|
|
45
45
|
"v8-inspect-profiler": "^0.1.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@opensumi/ide-ai-native": "3.7.2-next-
|
|
49
|
-
"@opensumi/ide-comments": "3.7.2-next-
|
|
50
|
-
"@opensumi/ide-components": "3.7.2-next-
|
|
48
|
+
"@opensumi/ide-ai-native": "3.7.2-next-1739859371.0",
|
|
49
|
+
"@opensumi/ide-comments": "3.7.2-next-1739859371.0",
|
|
50
|
+
"@opensumi/ide-components": "3.7.2-next-1739859371.0",
|
|
51
51
|
"@opensumi/ide-core-browser": "workspace:*",
|
|
52
|
-
"@opensumi/ide-core-common": "3.7.2-next-
|
|
53
|
-
"@opensumi/ide-decoration": "3.7.2-next-
|
|
54
|
-
"@opensumi/ide-dev-tool": "3.7.2-next-
|
|
55
|
-
"@opensumi/ide-editor": "3.7.2-next-
|
|
56
|
-
"@opensumi/ide-extension-storage": "3.7.2-next-
|
|
57
|
-
"@opensumi/ide-file-tree-next": "3.7.2-next-
|
|
58
|
-
"@opensumi/ide-i18n": "3.7.2-next-
|
|
59
|
-
"@opensumi/ide-main-layout": "3.7.2-next-
|
|
60
|
-
"@opensumi/ide-monaco": "3.7.2-next-
|
|
61
|
-
"@opensumi/ide-output": "3.7.2-next-
|
|
62
|
-
"@opensumi/ide-overlay": "3.7.2-next-
|
|
63
|
-
"@opensumi/ide-quick-open": "3.7.2-next-
|
|
64
|
-
"@opensumi/ide-scm": "3.7.2-next-
|
|
65
|
-
"@opensumi/ide-testing": "3.7.2-next-
|
|
66
|
-
"@opensumi/ide-theme": "3.7.2-next-
|
|
67
|
-
"@opensumi/ide-toolbar": "3.7.2-next-
|
|
68
|
-
"@opensumi/ide-workspace": "3.7.2-next-
|
|
69
|
-
"@opensumi/ide-workspace-edit": "3.7.2-next-
|
|
52
|
+
"@opensumi/ide-core-common": "3.7.2-next-1739859371.0",
|
|
53
|
+
"@opensumi/ide-decoration": "3.7.2-next-1739859371.0",
|
|
54
|
+
"@opensumi/ide-dev-tool": "3.7.2-next-1739859371.0",
|
|
55
|
+
"@opensumi/ide-editor": "3.7.2-next-1739859371.0",
|
|
56
|
+
"@opensumi/ide-extension-storage": "3.7.2-next-1739859371.0",
|
|
57
|
+
"@opensumi/ide-file-tree-next": "3.7.2-next-1739859371.0",
|
|
58
|
+
"@opensumi/ide-i18n": "3.7.2-next-1739859371.0",
|
|
59
|
+
"@opensumi/ide-main-layout": "3.7.2-next-1739859371.0",
|
|
60
|
+
"@opensumi/ide-monaco": "3.7.2-next-1739859371.0",
|
|
61
|
+
"@opensumi/ide-output": "3.7.2-next-1739859371.0",
|
|
62
|
+
"@opensumi/ide-overlay": "3.7.2-next-1739859371.0",
|
|
63
|
+
"@opensumi/ide-quick-open": "3.7.2-next-1739859371.0",
|
|
64
|
+
"@opensumi/ide-scm": "3.7.2-next-1739859371.0",
|
|
65
|
+
"@opensumi/ide-testing": "3.7.2-next-1739859371.0",
|
|
66
|
+
"@opensumi/ide-theme": "3.7.2-next-1739859371.0",
|
|
67
|
+
"@opensumi/ide-toolbar": "3.7.2-next-1739859371.0",
|
|
68
|
+
"@opensumi/ide-workspace": "3.7.2-next-1739859371.0",
|
|
69
|
+
"@opensumi/ide-workspace-edit": "3.7.2-next-1739859371.0"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "3ec13e282e0fa712a5923012f1c9840083e63b3d"
|
|
72
72
|
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import vscode, { CancellationToken } from 'vscode';
|
|
2
|
-
import { Uri as URI } from '@opensumi/ide-core-common';
|
|
3
|
-
import { ExtensionDocumentDataManager, IExtensionDescription, IdentifiableInlineEdit } from '../../../../common/vscode';
|
|
4
|
-
import { CommandsConverter } from '../ext.host.command';
|
|
5
|
-
export declare class InlineEditAdapter {
|
|
6
|
-
private readonly _documents;
|
|
7
|
-
private readonly _provider;
|
|
8
|
-
private readonly _commands;
|
|
9
|
-
private readonly _references;
|
|
10
|
-
private languageTriggerKindToVSCodeTriggerKind;
|
|
11
|
-
provideInlineEdits(uri: URI, context: vscode.InlineEditContext, token: CancellationToken): Promise<IdentifiableInlineEdit | undefined>;
|
|
12
|
-
disposeEdit(pid: number): void;
|
|
13
|
-
constructor(_extension: IExtensionDescription, _documents: ExtensionDocumentDataManager, _provider: vscode.InlineEditProvider, _commands: CommandsConverter);
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=inlineEdit.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inlineEdit.d.ts","sourceRoot":"","sources":["../../../../../src/hosted/api/vscode/language/inlineEdit.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEnD,OAAO,EAAmB,GAAG,IAAI,GAAG,EAAE,MAAM,2BAA2B,CAAC;AAExE,OAAO,EAAE,4BAA4B,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAIxH,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,qBAAa,iBAAiB;IA2F1B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,SAAS;IA5F5B,OAAO,CAAC,QAAQ,CAAC,WAAW,CAGvB;IAEL,OAAO,CAAC,sCAAsC,CAG5C;IAEI,kBAAkB,CACtB,GAAG,EAAE,GAAG,EACR,OAAO,EAAE,MAAM,CAAC,iBAAiB,EACjC,KAAK,EAAE,iBAAiB,GACvB,OAAO,CAAC,sBAAsB,GAAG,SAAS,CAAC;IAqE9C,WAAW,CAAC,GAAG,EAAE,MAAM;gBAMrB,UAAU,EAAE,qBAAqB,EAChB,UAAU,EAAE,4BAA4B,EACxC,SAAS,EAAE,MAAM,CAAC,kBAAkB,EACpC,SAAS,EAAE,iBAAiB;CAEhD"}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.InlineEditAdapter = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const ide_core_common_1 = require("@opensumi/ide-core-common");
|
|
6
|
-
const typeConvert = tslib_1.__importStar(require("../../../../common/vscode/converter"));
|
|
7
|
-
const ext_types_1 = require("../../../../common/vscode/ext-types");
|
|
8
|
-
class InlineEditAdapter {
|
|
9
|
-
async provideInlineEdits(uri, context, token) {
|
|
10
|
-
var _a;
|
|
11
|
-
const doc = this._documents.getDocument(uri);
|
|
12
|
-
const result = await this._provider.provideInlineEdit(doc, {
|
|
13
|
-
triggerKind: this.languageTriggerKindToVSCodeTriggerKind[context.triggerKind],
|
|
14
|
-
requestUuid: context.requestUuid,
|
|
15
|
-
}, token);
|
|
16
|
-
if (!result) {
|
|
17
|
-
// undefined and null are valid results
|
|
18
|
-
return undefined;
|
|
19
|
-
}
|
|
20
|
-
if (token.isCancellationRequested) {
|
|
21
|
-
// cancelled -> return without further ado, esp no caching
|
|
22
|
-
// of results as they will leak
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
25
|
-
let disposableStore;
|
|
26
|
-
const pid = this._references.createReferenceId({
|
|
27
|
-
dispose() {
|
|
28
|
-
disposableStore === null || disposableStore === void 0 ? void 0 : disposableStore.dispose();
|
|
29
|
-
},
|
|
30
|
-
item: result,
|
|
31
|
-
});
|
|
32
|
-
let acceptCommand;
|
|
33
|
-
if (result.accepted) {
|
|
34
|
-
if (!disposableStore) {
|
|
35
|
-
disposableStore = new ide_core_common_1.DisposableStore();
|
|
36
|
-
}
|
|
37
|
-
acceptCommand = this._commands.toInternal(result.accepted, disposableStore);
|
|
38
|
-
}
|
|
39
|
-
let rejectCommand;
|
|
40
|
-
if (result.rejected) {
|
|
41
|
-
if (!disposableStore) {
|
|
42
|
-
disposableStore = new ide_core_common_1.DisposableStore();
|
|
43
|
-
}
|
|
44
|
-
rejectCommand = this._commands.toInternal(result.rejected, disposableStore);
|
|
45
|
-
}
|
|
46
|
-
let shownCommand;
|
|
47
|
-
if (result.shown) {
|
|
48
|
-
if (!disposableStore) {
|
|
49
|
-
disposableStore = new ide_core_common_1.DisposableStore();
|
|
50
|
-
}
|
|
51
|
-
shownCommand = this._commands.toInternal(result.shown, disposableStore);
|
|
52
|
-
}
|
|
53
|
-
if (!disposableStore) {
|
|
54
|
-
disposableStore = new ide_core_common_1.DisposableStore();
|
|
55
|
-
}
|
|
56
|
-
const langResult = {
|
|
57
|
-
pid,
|
|
58
|
-
text: result.text,
|
|
59
|
-
range: typeConvert.Range.from(result.range),
|
|
60
|
-
showRange: typeConvert.Range.from(result.showRange),
|
|
61
|
-
accepted: acceptCommand,
|
|
62
|
-
rejected: rejectCommand,
|
|
63
|
-
shown: shownCommand,
|
|
64
|
-
commands: (_a = result.commands) === null || _a === void 0 ? void 0 : _a.map((c) => this._commands.toInternal(c, disposableStore)),
|
|
65
|
-
};
|
|
66
|
-
return langResult;
|
|
67
|
-
}
|
|
68
|
-
disposeEdit(pid) {
|
|
69
|
-
const data = this._references.disposeReferenceId(pid);
|
|
70
|
-
data === null || data === void 0 ? void 0 : data.dispose();
|
|
71
|
-
}
|
|
72
|
-
constructor(_extension, _documents, _provider, _commands) {
|
|
73
|
-
this._documents = _documents;
|
|
74
|
-
this._provider = _provider;
|
|
75
|
-
this._commands = _commands;
|
|
76
|
-
this._references = new ReferenceMap();
|
|
77
|
-
this.languageTriggerKindToVSCodeTriggerKind = {
|
|
78
|
-
[ext_types_1.InlineEditTriggerKind.Automatic]: ext_types_1.InlineEditTriggerKind.Automatic,
|
|
79
|
-
[ext_types_1.InlineEditTriggerKind.Invoke]: ext_types_1.InlineEditTriggerKind.Invoke,
|
|
80
|
-
};
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
exports.InlineEditAdapter = InlineEditAdapter;
|
|
84
|
-
class ReferenceMap {
|
|
85
|
-
constructor() {
|
|
86
|
-
this._references = new Map();
|
|
87
|
-
this._idPool = 1;
|
|
88
|
-
}
|
|
89
|
-
createReferenceId(value) {
|
|
90
|
-
const id = this._idPool++;
|
|
91
|
-
this._references.set(id, value);
|
|
92
|
-
return id;
|
|
93
|
-
}
|
|
94
|
-
disposeReferenceId(referenceId) {
|
|
95
|
-
const value = this._references.get(referenceId);
|
|
96
|
-
this._references.delete(referenceId);
|
|
97
|
-
return value;
|
|
98
|
-
}
|
|
99
|
-
get(referenceId) {
|
|
100
|
-
return this._references.get(referenceId);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
//# sourceMappingURL=inlineEdit.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inlineEdit.js","sourceRoot":"","sources":["../../../../../src/hosted/api/vscode/language/inlineEdit.ts"],"names":[],"mappings":"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"}
|