ecency-mobile/.vscode/settings.json
2021-02-03 10:27:43 +02:00

16 lines
354 B
JSON

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