Jinbo Wang

Results 467 comments of Jinbo Wang

> 3. If the build fails, the Standard server still seems to respond with ServiceReady, and clients (eg. VS Code) use this to change the state to standard, shutting down...

android gradle project is not supported yet, that's a known issue.

yes, it uses the same project names in the two sub folders. It seems all spring-guide/gs-* samples are using the same convention and would fail to import with eclipse.jdt.ls.

@matter-it-does In Debug Console, we already supports showing a file link when detecting it's a stacktrace print line. It's doable to relax matching rules and apply them to other log...

When you use "Generate Tests..." to generate test class for an inner class, it will generate test class with '$' in their names by default. That's why I found the...

The compiler version in some pom.xml is still 1.8. https://github.com/microsoft/vscode-java-test/blob/78717ac77a2168372d6109d6fad82ad439e93900/java-extension/com.microsoft.java.test.runner/pom.xml#L30-L35

I don't see you specify compiler version explicitly in your plugin pom.xml, I'm curious what's the target Java version when you're compile artifacts from cmd. If there are 1.8 and...

Looks like the autobuild of vscode-java extension conflicts with the command line mvn build. Can you try to change the user setting `java.autobuild.enabled` to `false` to see whether it works?

When running a normal application, the debugger won't include the dependencies marked as test scope. This is by design. If you reference the doc at https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope, test scope should only...