ecency-mobile/.vscode/settings.json
2023-11-14 16:37:16 +05:00

17 lines
401 B
JSON

{
"eslint.validate": [
"javascript",
"javascriptreact"
],
"java.configuration.updateBuildConfiguration": "automatic",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorCustomizations": {
"editorUnnecessaryCode.border": "#dd7aab"
},
"java.compile.nullAnalysis.mode": "automatic"
}