We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Also see: microsoft/vscode-spring-boot-dashboard#152
launch.json
projectName
mainClass
It pops up a list of main class, including App and the expected spring boot main class.
App
Directly launch spring boot project's main class.
Culprit is probably that the App.java was added into the hidden default project.
Also see: microsoft/vscode-spring-boot-dashboard#152
Steps to repro:
launch.json, create a java launch config, keepprojectNamebut removemainClassfield.Current behavior
It pops up a list of main class, including

Appand the expected spring boot main class.Expected behavior
Directly launch spring boot project's main class.
Culprit is probably that the App.java was added into the hidden default project.