-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show server tasks in terminal #1153
Show server tasks in terminal #1153
Conversation
Signed-off-by: Rome Li <rome.li@microsoft.com>
Signed-off-by: Rome Li <rome.li@microsoft.com>
ping... @fbricon |
Nice job @akaroml ! |
This feature creates a new terminal window by default. As a Java developer, why should I care about this? It is providing me all kinds of info that is not relevant to the project I am working on. If I set |
When I "File->Add Folder to Workspace" for the first time to add a Java project, an untitled workspace is created and vscode tries to create a second instance of the server status window. This results in the attached error dialog. Note that "frontend" is the first java project, and "backend" is the second project that was added to the workspace, causing the error. |
@jclingan ack. I can reproduce this issue. Will improve the support for multi-root workspace. Thanks for reporting. |
Thanks @akaroml ! |
Signed-off-by: Rome Li rome.li@microsoft.com
Depends on: eclipse-jdtls/eclipse.jdt.ls#1280