redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.08k stars 440 forks source link

[BUG] When settings.json changed, crash #3727

Closed AYiXi closed 2 months ago

AYiXi commented 3 months ago

My vscode setttings is autosaved when I change the config, java is crash, but I dont chagne any java conifg

image image
rgrunber commented 3 months ago

What version of vscode-java were you using here ? Do you have any other extensions installed ?

I wonder if some other extension may have attempted to change a vscode-java setting. The other possibility if you were on the latest pre-release 2 days ago, is that it's somehow related to a change we did in https://github.com/redhat-developer/vscode-java/commit/bf05afb36fb2ba9a5f6b271e07b805ac09ab57b6#diff-bb57a3bd912abc3ec2e729cb8a743838487677a5517683d0c8913a3619ac296a. Could you keep track of the following settings prior to the crash and then see if they changed after the crash : java.jdt.ls.java.home, java.home, java.jdt.ls.vmargs, java.server.launchMode, java.sharedIndexes.location, java.transport, java.diagnostic.filter, java.import.generatesMetadataFilesAtProjectRoot.

github-actions[bot] commented 2 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.