-
Notifications
You must be signed in to change notification settings - Fork 206
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
Crash after updating vscode extension to 1.57.0 #1355
Comments
I don't know what to make of it yet... Your logging setup seems suspicious... Statements in the log such as:
Don't think I'm seeing these on my machine... |
@BoykoAlex |
Looks like it is the switch to the new LS JAR layout that surfaced this issue. Seems the new layout would look for config files in the CWD of the process. |
Fixed with c2454a8 |
Describe the bug
Visual Studio Code 1.93.1.
OS: Ubuntu 22.04.
the spring tools extension 1.56.0 was working fine, but after updating to 1.57.0 the extension started crashing when i open one of my projects.
PS: my other projects are working fine with the updated version.
spring_tools_bug_new.log
what is strange is that the language server logs appeared in my project's Logback RollingFileAppender
sdmbe.log
I would have shared the project code if it was not an enterprise project, sorry.
The text was updated successfully, but these errors were encountered: