File tree 1 file changed +1
-1
lines changed
arduino-ide-extension/src/electron-main/theia
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
203
203
console . log ( `${ config . applicationName } ${ app . getVersion ( ) } ` ) ;
204
204
app . on ( 'ready' , ( ) => app . setName ( config . applicationName ) ) ;
205
205
const cwd = process . cwd ( ) ;
206
- this . attachFileAssociations ( cwd ) ;
207
206
this . useNativeWindowFrame =
208
207
this . getTitleBarStyle ( config ) === 'native' ;
209
208
this . _config = await updateFrontendApplicationConfigFromPackageJson (
@@ -212,6 +211,7 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
212
211
this . _appInfo = updateAppInfo ( this . _appInfo , this . _config ) ;
213
212
this . hookApplicationEvents ( ) ;
214
213
this . showInitialWindow ( undefined ) ;
214
+ this . attachFileAssociations ( cwd ) ;
215
215
const [ port ] = await Promise . all ( [
216
216
this . startBackend ( ) ,
217
217
app . whenReady ( ) ,
You can’t perform that action at this time.
0 commit comments