don't activate solidity and run by default

pull/3094/head
yann300 6 years ago
parent e7fa3fc52e
commit 8fcce82ef8
  1. 4
      src/app.js

@ -448,14 +448,14 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
{ profile: sourceHighlighters.profile(), api: sourceHighlighters }, { profile: sourceHighlighters.profile(), api: sourceHighlighters },
{ profile: configProvider.profile(), api: configProvider }, { profile: configProvider.profile(), api: configProvider },
{ profile: txListenerModuleProxy.profile(), api: txListenerModuleProxy }, { profile: txListenerModuleProxy.profile(), api: txListenerModuleProxy },
{ profile: compileTab.profile(), api: compileTab },
{ profile: filePanel.profile(), api: filePanel }, { profile: filePanel.profile(), api: filePanel },
{ profile: support.profile(), api: support }, { profile: support.profile(), api: support },
{ profile: settings.profile(), api: settings }, { profile: settings.profile(), api: settings },
{ profile: run.profile(), api: run },
{ profile: pluginManagerComponent.profile(), api: pluginManagerComponent }]) { profile: pluginManagerComponent.profile(), api: pluginManagerComponent }])
appManager.registerMany([ appManager.registerMany([
{ profile: compileTab.profile(), api: compileTab },
{ profile: run.profile(), api: run },
{ profile: debug.profile(), api: debug }, { profile: debug.profile(), api: debug },
{ profile: analysis.profile(), api: analysis }, { profile: analysis.profile(), api: analysis },
{ profile: test.profile(), api: test } { profile: test.profile(), api: test }

Loading…
Cancel
Save