diff --git a/.vscode/settings.json b/.vscode/settings.json index 40abb3b8e..6f2014686 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,6 +40,7 @@ "Fhir", "fhirpath", "FREETOSHARE", + "GREATERTHAN", "Gson", "hamcrest", "helloworld", @@ -49,6 +50,7 @@ "Javadoc", "Jsons", "JXSON", + "LESSTHAN", "MEASUREOBSERVATION", "MEASUREPOPULATION", "MEASUREPOPULATIONEXCLUSION", @@ -126,6 +128,10 @@ "editor.detectIndentation": false, "editor.foldingImportsByDefault": true, "editor.tabSize": 4, + "java.diagnostic.filter": [ + "**/generated-sources/**", + "**/generated-test-sources/**", + ], "java.configuration.updateBuildConfiguration": "automatic", "java.dependency.packagePresentation": "hierarchical", "java.jdt.ls.vmargs": "-Xmx32G -XX:+UseG1GC -XX:+UseStringDeduplication",