nikitakit / hydrogen-python

Python-specific plugin for hydrogen. Make Python coding in the Atom editor even more interactive!
https://atom.io/packages/hydrogen-python
MIT License
54 stars 20 forks source link

cannot auto execute Toggle Variable Explorer from init.coffee #15

Open gowestyang opened 5 years ago

gowestyang commented 5 years ago

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.