Commit de25f5d3 authored by yann300's avatar yann300

typo

parent 290f00bc
...@@ -30,7 +30,7 @@ export const defaultWorkspaces = (appManager, registry) => { ...@@ -30,7 +30,7 @@ export const defaultWorkspaces = (appManager, registry) => {
appManager.ensureActivated('vyper') appManager.ensureActivated('vyper')
appManager.ensureActivated('run') appManager.ensureActivated('run')
registry.get('filemanager').api.switchFile() registry.get('filemanager').api.switchFile()
registry.get('verticalicon').api.select('solidity') registry.get('verticalicon').api.select('vyper')
}, () => {}), }, () => {}),
new Workspace('Debugger', 'Debug transactions with remix', false, () => { new Workspace('Debugger', 'Debug transactions with remix', false, () => {
appManager.ensureActivated('debugger') appManager.ensureActivated('debugger')
......
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