Skip to content

Commit d6771f2

Browse files
feat: upgrade opensumi to 3.6.0
1 parent 8914b67 commit d6771f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/startup/src/diff-viewer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const App = () => {
6767
}}
6868
runtimeConfig={{
6969
aiNative: {
70-
enable: false,
70+
enable: true,
7171
}
7272
}}
7373
onWillApplyTheme={() => {

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ __metadata:
702702
dependencies:
703703
"@codeblitzjs/ide-common": "workspace:*"
704704
"@codeblitzjs/ide-sumi-core": "workspace:*"
705+
mobx: "npm:^6.12.0"
705706
tslib: "npm:^2.2.0"
706707
languageName: unknown
707708
linkType: soft

0 commit comments

Comments
 (0)