ecency-mobile/.vscode/settings.json

16 lines
354 B
JSON
Raw Normal View History

2019-05-25 13:46:07 +03:00
{
"eslint.validate": [
"javascript",
"javascriptreact"
2021-01-27 00:40:38 +03:00
],
"java.configuration.updateBuildConfiguration": "interactive",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
2021-02-03 11:27:43 +03:00
},
"workbench.colorCustomizations": {
"editorUnnecessaryCode.border": "#dd7aab"
2021-01-27 00:40:38 +03:00
}
2019-05-25 13:46:07 +03:00
}