2024-02-06 16:26:56 +01:00
|
|
|
{
|
|
|
|
"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/*"
|
|
|
|
]
|
2024-02-06 16:26:56 +01:00
|
|
|
}
|