File tree Expand file tree Collapse file tree
core/src/server/kaitian-extension Expand file tree Collapse file tree Original file line number Diff line number Diff line change 214214 "publisher" : " vscode-extensions" ,
215215 "name" : " codeswing" ,
216216 "version" : " 0.0.21"
217+ },
218+ {
219+ "publisher" : " opensumi-lite-extensions" ,
220+ "name" : " code-runner-for-web" ,
221+ "version" : " 0.1.5-patch.1"
217222 }
218223 ]
219224}
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ async function getExtension(
166166 ) ;
167167
168168 return {
169- id : `${ ext . extension . publisher } .${ ext . packageJSON . name } ` ,
169+ id : `${ ext . packageJSON . publisher } .${ ext . packageJSON . name } ` ,
170170 extensionId : `${ ext . extension . publisher } .${ ext . extension . name } ` ,
171171 packageJSON : ext . packageJSON ,
172172 defaultPkgNlsJSON : ext . defaultPkgNlsJSON ,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import anycodeTypescript from '@alipay/alex/extensions/opensumi-lite-extensions.
3131import referencesView from '@alipay/alex/extensions/opensumi-lite-extensions.references-view' ;
3232import emmet from '@alipay/alex/extensions/opensumi-lite-extensions.emmet' ;
3333import codeswing from '@alipay/alex/extensions/vscode-extensions.codeswing' ;
34+ import codeRunner from '@alipay/alex/extensions/opensumi-lite-extensions.code-runner-for-web' ;
3435
3536import { LocalExtensionModule } from '../common/local-extension.module' ;
3637import * as Plugin from '../editor/plugin' ;
@@ -139,6 +140,7 @@ const App = () => (
139140 anycodeRust ,
140141 anycodeTypescript ,
141142 anycode ,
143+ codeRunner ,
142144 ] ,
143145 workspaceDir : `${ platform } /${ config . owner } /${ config . name } ` ,
144146 layoutConfig,
You can’t perform that action at this time.
0 commit comments