proton

https://github.com/dvcrn/proton
beetlefeet 2016-10-07T00:46:35.000098Z

Nevermind me, I figured this out. It’s because from .proton the actions have no context other than the workspace, and the command I was binding to "editor:copy-project-path” obviously requires a current file, hence was having no affect. The other command I tried ("tree-view:toggle-vcs-ignored-files”) also happens to need to be targeted at the tree-view context so also didn’t work. A command that works anywhere (“application:about”) worked fine. 👍

dvcrn 2016-10-07T01:12:34.000099Z

If you want to change that feel free to try to implement it 🙂

dvcrn 2016-10-07T01:13:00.000100Z

we could for example allow multiple actions inside .proton like :actionWorkspace :actionWindow, etc. Though that could get a little unorganized