|
|
|
@ -386,7 +386,7 @@ class AppComponent { |
|
|
|
|
this.pinnedPanel = new PinnedPanel() |
|
|
|
|
|
|
|
|
|
const pluginManagerComponent = new PluginManagerComponent(appManager, this.engine) |
|
|
|
|
const filePanel = new FilePanel(appManager) |
|
|
|
|
const filePanel = new FilePanel(appManager, contentImport) |
|
|
|
|
this.statusBar = new StatusBar(filePanel, this.menuicons) |
|
|
|
|
const landingPage = new LandingPage(appManager, this.menuicons, fileManager, filePanel, contentImport) |
|
|
|
|
this.settings = new SettingsTab(Registry.getInstance().get('config').api, editor, appManager) |
|
|
|
@ -513,7 +513,7 @@ class AppComponent { |
|
|
|
|
) |
|
|
|
|
await this.appManager.activatePlugin(['solidity-script']) |
|
|
|
|
await this.appManager.activatePlugin(['solcoder']) |
|
|
|
|
await this.appManager.activatePlugin(['filePanel'])
|
|
|
|
|
await this.appManager.activatePlugin(['filePanel']) |
|
|
|
|
|
|
|
|
|
// Set workspace after initial activation
|
|
|
|
|
this.appManager.on('editor', 'editorMounted', () => { |
|
|
|
|