Coeur-Morny-Cono/.vscode/settings.json

15 lines
283 B
JSON
Raw Normal View History

{
"java.dependency.packagePresentation": "hierarchical",
"java.configuration.updateBuildConfiguration": "disabled",
"java.compile.nullAnalysis.mode": "disabled",
"files.watcherExclude": {
"**/target": true
},
"cSpell.words": [
"Coeur",
"Gson",
"Morny",
"userid"
]
}