activate script Runner at load

pull/5370/head
yann300 3 years ago
parent 349854342e
commit ba5a75bead
  1. 1
      apps/remix-ide/src/app.js

@ -333,6 +333,7 @@ class AppComponent {
await this.appManager.activatePlugin(['hiddenPanel', 'pluginManager', 'contextualListener', 'terminal', 'blockchain', 'fetchAndCompile', 'contentImport', 'gistHandler']) await this.appManager.activatePlugin(['hiddenPanel', 'pluginManager', 'contextualListener', 'terminal', 'blockchain', 'fetchAndCompile', 'contentImport', 'gistHandler'])
await this.appManager.activatePlugin(['settings']) await this.appManager.activatePlugin(['settings'])
await this.appManager.activatePlugin(['walkthrough','storage']) await this.appManager.activatePlugin(['walkthrough','storage'])
this.appManager.activatePlugin(['scriptRunner']) // no await here so we don't slow down loading the page.
this.appManager.on( this.appManager.on(
'filePanel', 'filePanel',

Loading…
Cancel
Save