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

fix: Better handling the import error hint #747

Merged
merged 2 commits into from
Apr 13, 2023
Merged

fix: Better handling the import error hint #747

merged 2 commits into from
Apr 13, 2023

Conversation

jdneo
Copy link
Member

@jdneo jdneo commented Apr 13, 2023

Since we will now display non Java projects (#744), the logic to check import error(#740) needs to be changed.

Now before we try to get the project nodes, we will first check if there is potential import errors. The extension will consider there is an import error if:

  • No Java Project is imported into workspace except for default project
  • There is at least one error marker in workspace.

@jdneo jdneo added this to the 0.22.0 milestone Apr 13, 2023
@jdneo jdneo merged commit a3abd05 into main Apr 13, 2023
@jdneo jdneo deleted the cs/regression branch April 13, 2023 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants