ATM we scan the processes to find which IDE to use, but then we discard the running process command, and invoke idea or eclipse hoping it's in the user's $PATH, which turns out is not necessarily true, for people with multiple versions of each IDEs.
It would be nice if the scanning of processes returned the exact IDE command path and we used that instead of relying on $PATH.
ATM we scan the processes to find which IDE to use, but then we discard the running process command, and invoke
idea
oreclipse
hoping it's in the user's$PATH
, which turns out is not necessarily true, for people with multiple versions of each IDEs.It would be nice if the scanning of processes returned the exact IDE command path and we used that instead of relying on
$PATH
.CC @geoand
https://github.com/quarkusio/quarkus/issues/15721
$upstream:15721$