You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, only after I click refresh, the new jdk is shown in logs. But I do see some logs generated once I changed the settings. I believe you've already listened to the settings change. So why not make it automatic?
previously there was a bug about not showing view content, see #903, the root cause is two refresh requests having race condition will cause empty result of vscode.TreeView.getChildren(). It's an upstream issue: microsoft/vscode#129019
So in #917 we just use a workaround to solve that issue, simplify remove the refresh() hook when the client connects to the server, that also results in the non-automatic refresh when reconnecting the server. Now I see the upstream issue has been resolved and I just tried and found it works.
@Eskibear My suggestion here is that we can roll back the workaround in #917 in develop branch and let it in the pre-release version to see if this error still exists or not. For the stable version, we can release it this time without the roll back and keep monitoring the pre-release version.
cc: @Eskibear
Test project: https://github.com/spring-projects/spring-petclinic
steps to verify:
Gradle projects
view, double click a specific tasksteps to verify:
java.jdt.ls.java.home
to a specific jdk path and keepjava.import.gradle.java.home
being unsetGradle projects
view, check the output channel namedGradle for Java
, can see a log with the following format:java.import.gradle.java.home
to a different jdk from the one injava.jdt.ls.java.home
Gradle projects
view, check the output channel namedGradle for Java
, can see a log with the following format:Pinned Tasks
view #1182steps to verify:
Gradle
Side Bar view, can see there is noPinned Tasks
viewtest
task fromverification
task configuration, choosePin Task
Pinned Tasks
The text was updated successfully, but these errors were encountered: