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
if (project.exists() && (ResourceUtils.isContainedIn(project.getLocation(), rootPaths) || ProjectUtils.isGradleProject(project))
I saw ProjectUtils.isGradleProject(project)) is introduced in the PR 320401b#diff-54b8440d3466866733ad3374655cf2bfR148. Looks like we should only bypass the special case mentioned in the issue #451, and for other cases, use the API ResourceUtils.isContainedIn to determine whether to delete the cached projects.
Looks like we should only bypass the special case mentioned in the issue #451, and for other cases, use the API ResourceUtils.isContainedIn to determine whether to delete the cached projects.
Reproduce steps:
In the PROBLEMS view, you can see previous fx2048 project errors displayed in my new workspace leakcanary.
This may be one reason for the famous Build failed issue redhat-developer/vscode-java#495.
The text was updated successfully, but these errors were encountered: