ecency-mobile/.vscode/settings.json
2023-06-30 09:10:25 +03:00

16 lines
352 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"
}
}