idm-service/.vscode/settings.json

22 lines
569 B
JSON
Raw Normal View History

{
"java.compile.nullAnalysis.mode": "automatic",
2024-02-16 16:44:15 +01:00
"java.configuration.updateBuildConfiguration": "automatic",
"maven.view": "hierarchical",
"maven.terminal.favorites": [
{
"command": "clean package",
"debug": false
}
2024-02-26 10:01:47 +01:00
],
2024-02-26 10:11:45 +01:00
"java.dependency.packagePresentation": "hierarchical",
"Workspace_Formatter.excludePattern": [
"**/build",
"**/.*",
"**/.vscode",
"**/docs/*",
"**/documentazione/*",
"**/target/*",
"**/tomcat/*",
"**/webapps/*"
]
}