File tree Expand file tree Collapse file tree
packages/integrations/src/startup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,29 +123,28 @@ const App = () => (
123123 css ,
124124 html ,
125125 json ,
126- // markdown,
127- // vditor,
126+ markdown ,
127+ vditor ,
128128 typescript ,
129- // codeservice,
130- // gitlens,
131- // graph,
132- // imagePreview,
129+ codeservice ,
130+ gitlens ,
131+ graph ,
132+ imagePreview ,
133133 webSCM ,
134- // referencesView,
135- // codeswing,
136- // emmet,
137- // anycodeCSharp,
138- // anycodeCpp,
139- // anycodeGo,
140- // anycodeJava,
141- // anycodePhp,
142- // anycodePython,
143- // anycodeRust,
144- // anycodeTypescript,
145- // anycode,
146- // codeRunner,
147- // mergeConflict,
148- // typescript
134+ referencesView ,
135+ codeswing ,
136+ emmet ,
137+ anycodeCSharp ,
138+ anycodeCpp ,
139+ anycodeGo ,
140+ anycodeJava ,
141+ anycodePhp ,
142+ anycodePython ,
143+ anycodeRust ,
144+ anycodeTypescript ,
145+ anycode ,
146+ codeRunner ,
147+ mergeConflict ,
149148 ] ,
150149 workspaceDir : `${ platform } /${ config . owner } /${ config . name } ` ,
151150 layoutConfig,
@@ -178,12 +177,7 @@ render();
178177// for dispose test
179178window . reset = ( destroy = false ) =>
180179 destroy ? ReactDOM . render ( < div > destroyed</ div > , document . getElementById ( 'main' ) ) : render ( ) ;
181- ( window as any ) . command = ( ) => {
182- const commands = Plugin . api . commands ;
183- if ( commands ) {
184- commands . executeCommand ( 'plugin.command.test' , 1 , 2 ) ;
185- }
186- } ;
180+
187181declare global {
188182 interface Window {
189183 app : IAppInstance ;
You can’t perform that action at this time.
0 commit comments