|
|
|
@ -404,7 +404,11 @@ Please make a backup of your contracts and start using http://remix.ethereum.org |
|
|
|
|
|
|
|
|
|
// Set workspace after initial activation
|
|
|
|
|
if (Array.isArray(workspace)) { |
|
|
|
|
await appManager.activatePlugin(workspace) |
|
|
|
|
try { |
|
|
|
|
await appManager.activatePlugin(workspace) |
|
|
|
|
} catch (e) { |
|
|
|
|
console.error(e) |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
// activate solidity plugin
|
|
|
|
|
appManager.ensureActivated('solidity') |
|
|
|
|