@opensumi/ide-core-common
Advanced tools
Comparing version 3.7.2-next-1740016705.0 to 3.7.2-next-1740052080.0
@@ -344,4 +344,5 @@ import { CancellationToken, MaybePromise, Uri } from '@opensumi/ide-utils'; | ||
LineChange = "line_change", | ||
Typing = "typing" | ||
Typing = "typing", | ||
Trigger = "trigger" | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -82,4 +82,6 @@ "use strict"; | ||
ECodeEditsSourceTyping["Typing"] = "typing"; | ||
// 主动触发 | ||
ECodeEditsSourceTyping["Trigger"] = "trigger"; | ||
})(ECodeEditsSourceTyping || (exports.ECodeEditsSourceTyping = ECodeEditsSourceTyping = {})); | ||
// ## Code Edits ends ## | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@opensumi/ide-core-common", | ||
"version": "3.7.2-next-1740016705.0", | ||
"version": "3.7.2-next-1740052080.0", | ||
"description": "@opensumi/ide-core-common", | ||
@@ -23,8 +23,8 @@ "files": [ | ||
"@opensumi/events": "^1.0.0", | ||
"@opensumi/ide-utils": "3.7.2-next-1740016705.0" | ||
"@opensumi/ide-utils": "3.7.2-next-1740052080.0" | ||
}, | ||
"devDependencies": { | ||
"@opensumi/ide-dev-tool": "3.7.2-next-1740016705.0" | ||
"@opensumi/ide-dev-tool": "3.7.2-next-1740052080.0" | ||
}, | ||
"gitHead": "7c37a4e83a01dd8978ba55fc4b69e9ebb1f0b1f3" | ||
"gitHead": "2fa92bc55c8c0702f080e9ed1762de7e222975d7" | ||
} |
@@ -428,3 +428,5 @@ import { CancellationToken, MaybePromise, Uri } from '@opensumi/ide-utils'; | ||
Typing = 'typing', | ||
// 主动触发 | ||
Trigger = 'trigger', | ||
} | ||
// ## Code Edits ends ## |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
999143
18332
+ Added@opensumi/ide-utils@3.7.2-next-1740052080.0(transitive)
- Removed@opensumi/ide-utils@3.7.2-next-1740016705.0(transitive)