When debugging in a workspace with multiple Java projects some may not be building at the moment and so the build will fails.
This triggers a prompt each time you try to debug your project even if it is building correctly.
Until now a configuration flag as been added to disable the build process to this case but if you still want to have your project built you cannot use it.
A better solution would be to add a configuration flag to allow building and proceeding with the debug session even if the build fails.
Prompts for build failure with following options: "Proceed","Fix...","Cancel"
If "Proceed" selected - allows debugging.
If a configuration flag exists with value "Proceed" allow proceeding with debug session.
I'm wondering that if I have multiple separate projects in a single workspace, is that possible to build each single project individually without relating to other projects in the same workspace ?
Currently the build command doesn't support building a single project yet, could you open a feature request at https://github.com/redhat-developer/vscode-java/issues?
@shaochris if you open this I'd love to +1 it! If you could please link it here?
@srfrnk No problem.馃榿