comment out activating script runner at load

pull/5370/head
yann300 3 years ago
parent ec56ae60f0
commit 692757d329
  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