-
Notifications
You must be signed in to change notification settings - Fork 62
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
Since v0.0.12 vscode does not find modules #139
Comments
Same. |
Same.
Setting the plugin to v0.0.12 or v.0.0.13 causes VSCode to report visibility errors for code provided by modules, not only the JavaFx classes. Example of the error: Reverting back to v0.0.11, the errors disappear (after running Moving to v0.0.13 is necessary to avoid deprecated attributes now removed in Gradle 8.0, so this issue is becoming a block on upgrading Gradle. I note that commit 02d36b8 updated the |
It seems to be an issue with the upstream Eclipse language server that's being used for vscode's java plugin. Here are a couple temporary solutions I found online: |
With gradle 7.6 I had to downgrade to v0.0.11 in vscode.
Since v0.0.12 the application compiles and runs fine but vscode throws multiple errors:
module-info.java:
Errors:
In App.java:
Errors:
The text was updated successfully, but these errors were encountered: