hydrogen-python
hydrogen-python copied to clipboard
cannot auto execute Toggle Variable Explorer from init.coffee
I tried to auto start the variable explorer at start of atom, by adding this line to init.coffee:
atom.commands.dispatch(atom.views.getView(atom.workspace), "hydrogen-python:toggle-variable-explorer");
It failed to load. While this method worked for other package. Any thought about this? Thank you.