explorer-app/.vscode/settings.json

17 lines
388 B
JSON
Raw Normal View History

2023-12-19 18:43:42 +01:00
{
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.css": "postcss"
},
"editor.formatOnSave": false,
"css.validate": false,
"workbench.colorCustomizations": {
"activityBar.background": "#401963",
"titleBar.activeBackground": "#20648b",
"titleBar.activeForeground": "#FCFAFE"
}
}