vscode-gradle-language
vscode-gradle-language copied to clipboard
false duplication warning
I have a valid build.gradle, and the plugin complains
"repositories" has already been used in this build script.
buildscript {
repositories {
}
}
repositories {
}
It is the same for subprojects
and they are duplicated in all flutter project.