Fix jetbrains-toolbox windows binary scripts
At the moment on my windows system running idea from console work not as I expecting: it's running in a same process, but I would like to have something similar to my mac, just open idea and continue work in same terminal session
So at the moment generated script looks like so:
@echo off
rem Generated with love at Fri Nov 30 00:16:58 2018 by JetBrains Toolbox 1.12.4481 (Nov 9 2018)
C:\Users\maksim.kostromin\scoop\apps\jetbrains-toolbox\current\apps\IDEA-U\ch-0\183.4284.148\bin\idea64.exe %*
to make it works we only need modify command with prefix start /min, like so:
start /min C:\Users\maksim.kostromin\scoop\apps\jetbrains-toolbox\current\apps\IDEA-U\ch-0\183.4284.148\bin\idea64.exe %*
can someone fix it?
Thanks
---
Regards, Maksim
Please sign in to leave a comment.