comment out activating script runner at load

fix_e2e_2
yann300 3 years ago
parent 5cc1b64dc8
commit 36623ce84e
  1. 2
      apps/remix-ide/src/app.js

@ -333,7 +333,7 @@ class AppComponent {
await this.appManager.activatePlugin(['hiddenPanel', 'pluginManager', 'contextualListener', 'terminal', 'blockchain', 'fetchAndCompile', 'contentImport', 'gistHandler'])
await this.appManager.activatePlugin(['settings'])
await this.appManager.activatePlugin(['walkthrough','storage'])
await this.appManager.activatePlugin(['scriptRunner'])
// await this.appManager.activatePlugin(['scriptRunner'])
this.appManager.on(
'filePanel',

Loading…
Cancel
Save