snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Dev UI: open code in IDE should use IDE path from scanning processes #307

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

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.

CC @geoand


https://github.com/quarkusio/quarkus/issues/15721


$upstream:15721$