Skip to content

Commit 1d80c64

Browse files
committed
Configura VSCode para automaticamente atualizar configs de buid de projetos Java (quando alterações são feitas no pom.xml, por exemplo)
1 parent 958271f commit 1d80c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"org.mockito.Answers.*"
1515
],
1616
"maven.executable.preferMavenWrapper": false,
17-
"terminal.integrated.defaultProfile.linux": "zsh"
17+
"terminal.integrated.defaultProfile.linux": "zsh",
18+
"java.configuration.updateBuildConfiguration": "automatic"
1819
}

0 commit comments

Comments
 (0)