-
Notifications
You must be signed in to change notification settings - Fork 76
Description
Is your feature request related to a problem? Please describe.
Since vscode-gradle uses internal API from JDT (internalDefaultRootModules, for example), a new vscode-java release can break vscode-gradle. While we can improve the turn-around time on releases of vscode-gradle, we should consider checking whether the version of vscode-java and jdt is the same we're expecting.
Describe the solution you'd like
I would expect vscode-gradle to warn the user about mismatched versions and to turn off project import when the versions don't match, as it might fail anyway.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.