Description
Currently app boot launched from vscode can either be connected to show live hovers manually via the command or by enabling boot-java.live-information.automatic-tracking.on
which turns on resources consuming spring boot process tracker machinery on the LS side.
If it is possible to extract the PID of the launched spring boot app the direct connection to the app can be established without having spring boot process tracker working on the LS side.
PID from VSCode: #733 (comment)
Discuss with @martinlippert the connect/reconnect/disconnect commands: #733 (comment)
Also new preference setting might be needed to automatically connect on startup as well removing boot-java.live-information.automatic-tracking.on
and other settings related to process tracking from VSCode UI.
(cc: @martinlippert @Eskibear)