Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error status won't show when there is an error in subprojects #2058

Closed
CsCherrYY opened this issue Apr 15, 2022 · 0 comments · Fixed by #2059
Closed

Error status won't show when there is an error in subprojects #2058

CsCherrYY opened this issue Apr 15, 2022 · 0 comments · Fixed by #2059
Assignees
Labels

Comments

@CsCherrYY
Copy link
Contributor

steps to reproduce:

  1. open https://docs.gradle.org/current/samples/zips/sample_building_spring_boot_web_applications-groovy-dsl.zip with VS Code
  2. modify line 3 in ./app/build.gradle from id 'java' to id 'javaa'
  3. execute command: Java: Clean Java Language Server Workspace
  4. the language server reports an error in ./app/build.gradle but the status shows OK

image

  1. check the Java Projects view and there is no imported project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants