Add build.gradle to list of java roots (#5641)

pull/5/head
Jared Moulton 1 year ago committed by GitHub
parent c8d77cfdb5
commit 5c6b7127f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -652,7 +652,7 @@ name = "java"
scope = "source.java"
injection-regex = "java"
file-types = ["java"]
roots = ["pom.xml"]
roots = ["pom.xml", "build.gradle"]
language-server = { command = "jdtls" }
indent = { tab-width = 4, unit = " " }

Loading…
Cancel
Save