Fred Bricon

Results 583 comments of Fred Bricon

@mozhuanzuojing please enable verbose tracing (`"java.trace.server":"verbose"`), restart the extension and attach the logs from the `Language Support for Java` output view. There might be some specific config that triggers the...

Could you try opening the same project but on your windows host directly? i.e. without going through WSL2

Can you tell how many java files are in your project, and how many jar dependencies?

0.43.2 is the latest `Test Runner for Java` release available on the marketplace. It's more recent than the months old pre-release version you're using. Microsoft is working on a new...

Please describe the problem in details, feel free to attach a screen cast

add to whitelist

The NPEs should be fixed by https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3602. Can you share a sample code reproducing the issue and exact instructions to reproduce your issue?

@sclchuck please try the latest vscode-java 1.50 pre-release

`maven.settingsFile` is not a vscode-java property. You might want to use `java.configuration.maven.userSettings` or `java.configuration.maven.globalSettings`

Indeed, for some reason LineAddress can't be resolved immediately. but as soon as IntegerVariantTypes.java is opened, the compilation errors disappear. Might be caused by LineAddress being an inner class in...