Skip to content

Commit

Permalink
Suppress warnings from generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Nov 4, 2024
1 parent 6533d6a commit 91a9e2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"Fhir",
"fhirpath",
"FREETOSHARE",
"GREATERTHAN",
"Gson",
"hamcrest",
"helloworld",
Expand All @@ -49,6 +50,7 @@
"Javadoc",
"Jsons",
"JXSON",
"LESSTHAN",
"MEASUREOBSERVATION",
"MEASUREPOPULATION",
"MEASUREPOPULATIONEXCLUSION",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 91a9e2b

Please sign in to comment.