Add build.gradle to list of java roots (#5641)
This commit is contained in:
parent
c8d77cfdb5
commit
5c6b7127f8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue