Files
hapi-fhir-jpaserver-starter/.vscode/settings.json
2023-01-26 21:44:06 +01:00

9 lines
204 B
JSON

{
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"java.compile.nullAnalysis.mode": "disabled"
}