Skip to content
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

[codespaces] spring boot extension starting up multiple times in Codespaces setting #669

Closed
martinlippert opened this issue Aug 10, 2021 · 2 comments
Labels
for: vscode something that is specific for VSCode status: needs-investigation type: bug

Comments

@martinlippert
Copy link
Member

When I open a Codespaces workspace with the Spring Boot extension installed and open a Java file, the Spring Boot extension is being started multiple times. Sometimes this fails altogether (message coming up that the extension was restarted several times and then got disabled completely, sometimes one language server survives and works).

This works well when using VSCode on the desktop, but not when running a Codespaces workspace.

Here is the sample devcontainer config that I use to run the Codespaces workspace: https:/martinlippert/codespaces-spring-test

@martinlippert martinlippert added this to the 4.11.1.RELEASE milestone Aug 10, 2021
@martinlippert martinlippert changed the title spring boot extension starting up multiple times in Codespaces setting [codespaces] spring boot extension starting up multiple times in Codespaces setting Aug 10, 2021
@martinlippert
Copy link
Member Author

I am using jps in the terminal view to see all the spring boot language server processes sitting around. It looks to me like VSCode is trying to start the extension super quickly multiple times.

@martinlippert
Copy link
Member Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: vscode something that is specific for VSCode status: needs-investigation type: bug
Projects
None yet
Development

No branches or pull requests

1 participant