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. 👍
If you want to change that feel free to try to implement it 🙂
we could for example allow multiple actions inside .proton like :actionWorkspace :actionWindow, etc. Though that could get a little unorganized