Skip to content

[vscode-spring-boot] Connect to launched spring boot app directly #738

Closed
@BoykoAlex

Description

@BoykoAlex

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions