Running Boot processes from IDE client #1190
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: live-data
type: enhancement
Milestone
Currently to connect to running Spring Boot Apps the Boot LS process uses JVM internal APIs to get all running java processes and then user can select one of these processes.
This approach won't work with the Graal VM native image of the Boot LS. We can limit the list of java processes to those launched via the IDE client (VSCode/Eclipse)
(cc: @martinlippert )
The text was updated successfully, but these errors were encountered: