@opensumi/ide-core-common 3.5.1-next-1730948411.0 → 3.5.1-next-1730963433.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.
|
@@ -13,12 +13,7 @@ export declare enum AINativeSettingSectionsId {
|
|
|
13
13
|
IntelligentCompletionsPromptEngineeringEnabled = "ai.native.intelligentCompletions.promptEngineering.enabled",
|
|
14
14
|
IntelligentCompletionsDebounceTime = "ai.native.intelligentCompletions.debounceTime",
|
|
15
15
|
IntelligentCompletionsCacheEnabled = "ai.native.intelligentCompletions.cache.enabled",
|
|
16
|
-
IntelligentCompletionsAlwaysVisible = "ai.native.intelligentCompletions.alwaysVisible"
|
|
17
|
-
/**
|
|
18
|
-
* Code edits settings
|
|
19
|
-
*/
|
|
20
|
-
CodeEditsLintErrors = "ai.native.codeEdits.lintErrors",
|
|
21
|
-
CodeEditsLineChange = "ai.native.codeEdits.lineChange"
|
|
16
|
+
IntelligentCompletionsAlwaysVisible = "ai.native.intelligentCompletions.alwaysVisible"
|
|
22
17
|
}
|
|
23
18
|
export declare const AI_NATIVE_SETTING_GROUP_ID = "AI-Native";
|
|
24
19
|
export declare const AI_NATIVE_SETTING_GROUP_TITLE = "AI Native";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-native.d.ts","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACnC;;OAEG;IACH,qBAAqB,sCAAsC;IAE3D,qBAAqB,sCAAsC;IAC3D,2BAA2B,4CAA4C;IACvE,+BAA+B,gDAAgD;IAC/E,eAAe,gCAAgC;IAE/C;;OAEG;IACH,8CAA8C,+DAA+D;IAC7G,kCAAkC,kDAAkD;IACpF,kCAAkC,mDAAmD;IACrF,mCAAmC,mDAAmD;
|
|
1
|
+
{"version":3,"file":"ai-native.d.ts","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACnC;;OAEG;IACH,qBAAqB,sCAAsC;IAE3D,qBAAqB,sCAAsC;IAC3D,2BAA2B,4CAA4C;IACvE,+BAA+B,gDAAgD;IAC/E,eAAe,gCAAgC;IAE/C;;OAEG;IACH,8CAA8C,+DAA+D;IAC7G,kCAAkC,kDAAkD;IACpF,kCAAkC,mDAAmD;IACrF,mCAAmC,mDAAmD;CACvF;AACD,eAAO,MAAM,0BAA0B,cAAc,CAAC;AACtD,eAAO,MAAM,6BAA6B,cAAc,CAAC"}
|
|
@@ -18,11 +18,6 @@ var AINativeSettingSectionsId;
|
|
|
18
18
|
AINativeSettingSectionsId["IntelligentCompletionsDebounceTime"] = "ai.native.intelligentCompletions.debounceTime";
|
|
19
19
|
AINativeSettingSectionsId["IntelligentCompletionsCacheEnabled"] = "ai.native.intelligentCompletions.cache.enabled";
|
|
20
20
|
AINativeSettingSectionsId["IntelligentCompletionsAlwaysVisible"] = "ai.native.intelligentCompletions.alwaysVisible";
|
|
21
|
-
/**
|
|
22
|
-
* Code edits settings
|
|
23
|
-
*/
|
|
24
|
-
AINativeSettingSectionsId["CodeEditsLintErrors"] = "ai.native.codeEdits.lintErrors";
|
|
25
|
-
AINativeSettingSectionsId["CodeEditsLineChange"] = "ai.native.codeEdits.lineChange";
|
|
26
21
|
})(AINativeSettingSectionsId = exports.AINativeSettingSectionsId || (exports.AINativeSettingSectionsId = {}));
|
|
27
22
|
exports.AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';
|
|
28
23
|
exports.AI_NATIVE_SETTING_GROUP_TITLE = 'AI Native';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-native.js","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"ai-native.js","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":";;;AAAA,IAAY,yBAkBX;AAlBD,WAAY,yBAAyB;IACnC;;OAEG;IACH,wFAA2D,CAAA;IAE3D,wFAA2D,CAAA;IAC3D,oGAAuE,CAAA;IACvE,4GAA+E,CAAA;IAC/E,4EAA+C,CAAA;IAE/C;;OAEG;IACH,0IAA6G,CAAA;IAC7G,iHAAoF,CAAA;IACpF,kHAAqF,CAAA;IACrF,mHAAsF,CAAA;AACxF,CAAC,EAlBW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAkBpC;AACY,QAAA,0BAA0B,GAAG,WAAW,CAAC;AACzC,QAAA,6BAA6B,GAAG,WAAW,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-core-common",
|
|
3
|
-
"version": "3.5.1-next-
|
|
3
|
+
"version": "3.5.1-next-1730963433.0",
|
|
4
4
|
"description": "@opensumi/ide-core-common",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@opensumi/di": "^1.8.0",
|
|
22
22
|
"@opensumi/events": "^1.0.0",
|
|
23
|
-
"@opensumi/ide-utils": "3.5.1-next-
|
|
23
|
+
"@opensumi/ide-utils": "3.5.1-next-1730963433.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-dev-tool": "3.5.1-next-
|
|
26
|
+
"@opensumi/ide-dev-tool": "3.5.1-next-1730963433.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "1ef9d77a91894dc04e317a815be97c786b7f9920"
|
|
29
29
|
}
|
|
@@ -16,12 +16,6 @@ export enum AINativeSettingSectionsId {
|
|
|
16
16
|
IntelligentCompletionsDebounceTime = 'ai.native.intelligentCompletions.debounceTime',
|
|
17
17
|
IntelligentCompletionsCacheEnabled = 'ai.native.intelligentCompletions.cache.enabled',
|
|
18
18
|
IntelligentCompletionsAlwaysVisible = 'ai.native.intelligentCompletions.alwaysVisible',
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* Code edits settings
|
|
22
|
-
*/
|
|
23
|
-
CodeEditsLintErrors = 'ai.native.codeEdits.lintErrors',
|
|
24
|
-
CodeEditsLineChange = 'ai.native.codeEdits.lineChange',
|
|
25
19
|
}
|
|
26
20
|
export const AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';
|
|
27
21
|
export const AI_NATIVE_SETTING_GROUP_TITLE = 'AI Native';
|