-
Notifications
You must be signed in to change notification settings - Fork 456
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
Initialization failed. Failed to scan [Project Folder] #1156
Closed
Labels
Milestone
Comments
you can try the following:
|
I had already tried that, but to no avail. Same error. |
|
Closed
@chinloyal in your case, accordingly to your logs, you have to exclude the folder "data/mysql" so it should be (in you .vscode/settings.json): "java.import.exclusions": [ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin keeps failing when trying to scan a folder in my project it doesn't have access to. Is it possible to exclude folders you don't want to be scanned?
Environment
Steps To Reproduce
Current Result
Expected Result
Skips data folder which it doesn't have access to and reads the other permissible files.
The text was updated successfully, but these errors were encountered: