Yan Zhang

Results 232 comments of Yan Zhang

1. whether it should ask you to open or add to current workspace? Yes, it should. You have a folder opened in workspace named "empty", even though it's not a...

> When I am inside that root folder, if I open vscode passing it the current path, no java project or another other project is opened. let's clarify it. The...

> at [/Users/aboyko/.vscode/extensions/redhat.java-1.4.0-darwin-x64/dist/extension.js:2:1004209]() I glanced at the location and that should be something inside langugeclient lib. Just a thought that if you have SERVER_PORT or JDTLS_CLIENT_PORT environment variable set? That...

@BoykoAlex The callstack looks similar to a known issue due to broken workspace state. https://github.com/microsoft/vscode-java-pack/issues/954#issuecomment-1119330452 **Workaround** Can you try clone spring-petclinic into another location and open it. Due to a...

I would recommend [Community Server Connector](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-community-server-connector) as an alternative extension.

Looks like JAVA_HOME is not loaded when vscode starts the terminal. Can you run `echo $JAVA_HOME` in the terminal where JAVA_HOME is null?

closing obsolete PR.

I'm not able to reproduce the issue with pom.xml given in https://github.com/microsoft/vscode-maven/issues/480#issuecomment-617283035 , it simply lists all default plugins, which is expected. As for https://github.com/microsoft/vscode-maven/issues/480#issuecomment-617296635 , yes, if you want...

Thanks for the info. I'm closing this issue as no further logs provided by the original author.