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

9 lines
198 B
JSON
Raw Normal View History

{
2024-02-27 12:45:01 +01:00
"java.configuration.updateBuildConfiguration": "automatic",
"Workspace_Formatter.excludePattern": [
"**/build",
"**/.*",
"**/.vscode",
"**/target/*"
]
}