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
Currently we debug using a launch task that launches Quarkus in dev mode and connects to port 5005. If the port becomes randomized (due to a conflict) I think we'll need to de-couple the pre-launch task from the debug launch, and add some kind of listener into the logs to detect the change. Then we can launch the debug task independently on the new port.
The text was updated successfully, but these errors were encountered:
As per https://twitter.com/maxandersen/status/1719295806795026479 .
vscode-quarkus/src/wizards/debugging/LaunchConfigCreator.ts
Lines 100 to 105 in eba12db
Currently we debug using a launch task that launches Quarkus in dev mode and connects to port
5005
. If the port becomes randomized (due to a conflict) I think we'll need to de-couple the pre-launch task from the debug launch, and add some kind of listener into the logs to detect the change. Then we can launch the debug task independently on the new port.The text was updated successfully, but these errors were encountered: