Commit 30d994a8 authored by yann300's avatar yann300

don't auto select file

parent dfc6b6b4
...@@ -160,14 +160,12 @@ export class LandingPage extends BaseApi { ...@@ -160,14 +160,12 @@ export class LandingPage extends BaseApi {
this.appManager.ensureActivated('run') this.appManager.ensureActivated('run')
this.appManager.ensureActivated('solidityStaticAnalysis') this.appManager.ensureActivated('solidityStaticAnalysis')
this.appManager.ensureActivated('solidityUnitTesting') this.appManager.ensureActivated('solidityUnitTesting')
globalRegistry.get('filemanager').api.switchFile()
globalRegistry.get('verticalicon').api.select('solidity') globalRegistry.get('verticalicon').api.select('solidity')
} }
let startVyper = () => { let startVyper = () => {
closeAll() closeAll()
this.appManager.ensureActivated('vyper') this.appManager.ensureActivated('vyper')
this.appManager.ensureActivated('run') this.appManager.ensureActivated('run')
globalRegistry.get('filemanager').api.switchFile()
globalRegistry.get('verticalicon').api.select('vyper') globalRegistry.get('verticalicon').api.select('vyper')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment