editor:// integration and PhpStorm from JetBrains Toolbox – changing bin directory
- dakur
- Member | 397
Hi all,
I've got a quick question. I've read this guide about how to
register editor://
protocol in the system (specifically Windows in
my case). But there is this thing, that when using with PhpStorm installed
through JetBrains Toolbox, it has its own folder per each build (e.g.
AppData\Local\JetBrains\Toolbox\apps\PhpStorm\ch-0\211.6693.120\bin
)
and there is no common shortcut which I can refer to in the handling
JS.
What is your experience with this, do you update the handling JS every time your PhpStorm got updated?
Update:
Ok, I've found out there is phpstorm://
protocol already, but if
I use it it does not do anything anyway, just outputs
Failed to launch '<URL>' because the scheme does not have a registered handler
into console. 🤷♂️
Last edited by dakur (2021-04-13 13:50)