djblue / portal

A clojure tool to navigate through your data.

Home Page:https://djblue.github.io/portal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Portal standalone with vscode goto definition

Cyrik opened this issue · comments

Currently launching portal with (p/open {:launcher :vs-code}) does nothing if there is no portal plugin, but if you call "go to definition" in the standalone launcher it tries to do that in emacs.
It would be great to have the launcher option separate from the IDE selection option.

If you want to I can write a PR for this once I find some time.

I really like the idea, let me know if 65baf7c works for you.

Thanks for quick response. I didn't have the time to try it yet, but the code looks good!