How do I ignore a gradle project in my monorepo? #3471
-
Beta Was this translation helpful? Give feedback.
Answered by
testforstephen
Jan 22, 2024
Replies: 1 comment
-
You can disable gradle importer by the setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
naipofo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable gradle importer by the setting
"java.import.gradle.enabled": false
, and then clean workspace via "F1 -> Java: Clean Java Language Server Workspace".