Jinbo Wang
Jinbo Wang
this project is using JavaFX 12, actually it needs to be launched as modules. Currently the debugger put the javafx libraries into `-cp`, that's the reason for the failure. They...
@SimonasPetk thanks for reaching out. I cannot reproduce it. Could you try a different project to see if it's environment issue or project issue? thanks. 
I tried stream().map(), although the breakpoint is shown as verified, that breakpoint are not stopped as well. It should be a bug.
This is a bug. Let me take a look at the upstream JDT framework.
Another user feedback on this: Hitting "Run Java" should not prompt me to select the main class every time. There is only one main method in my project. It's very...
@kjq Could you provide a sample project for us to try the issue? thanks.
could you try integrated terminal to see if it works?
No clue what's wrong in your system. I tried macOS, windows, ubuntu, the external terminal all works.
We need have a look at the user experience for supporting this. There are already some discussions about this in VS Code. See https://github.com/Microsoft/vscode/issues/11552
Since the debugger works together with Java language server, we should keep the same policy with https://github.com/redhat-developer/vscode-java/issues/1926. Once the trusted workspace is updated in Java language server, we will do...