Merge pull request #2753 from ethereum/plugin-loading

load activated plugins using localstorage
pull/1/head
yann300 5 years ago committed by GitHub
commit 6366dde073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app.js

@ -233,9 +233,9 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
// APP_MANAGER
const appManager = new RemixAppManager({})
const workspace = appManager.pluginLoader.get()
const engine = new Engine(appManager)
await engine.onload()
const workspace = appManager.pluginLoader.get()
// SERVICES
// ----------------- import content servive ------------------------

Loading…
Cancel
Save