Files
app_web/.vscode/settings.json
2026-05-14 17:38:59 +05:30

14 lines
357 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.background": "#451463",
"titleBar.activeBackground": "#611C8A",
"titleBar.activeForeground": "#FCFAFE"
},
// ✅ Code formatting settings
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true
}