jbang icon indicating copy to clipboard operation
jbang copied to clipboard

edit: IntelliJ found in PATH won't start on Windows

Open quintesse opened this issue 3 years ago • 0 comments
trafficstars

If you use jbang edit on Windows and you have IntelliJ's idea on your path and you tell JBang that you want to use it then nothing happens.

This is because for Windows JBang is correctly looking for things like idea.exe, idea.cmd and idea.bat, but what it finally tries to execute is simply idea. Normally that would work, and it does for CMD and PowerShell, but it seems that when using something like Git Bash it won't actually work unless you specifically tell it to use idea.bat.

quintesse avatar Apr 24 '22 15:04 quintesse