You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
quarkusio#15721
The text was updated successfully, but these errors were encountered: