hello-world-sg4-service/.vscode/settings.json

9 lines
198 B
JSON

{
"java.configuration.updateBuildConfiguration": "automatic",
"Workspace_Formatter.excludePattern": [
"**/build",
"**/.*",
"**/.vscode",
"**/target/*"
]
}