microsoft / vscode-java-dependency

Manage Java projects in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency
MIT License
152 stars 74 forks source link

fix: Better handling the import error hint #747

Closed jdneo closed 1 year ago

jdneo commented 1 year ago

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: