Fork me on GitHub
#proton
<
2016-10-07
>
beetlefeet00:10:35

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. 👍

dvcrn01:10:34

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

dvcrn01:10:00

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