code handover
This commit is contained in:
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user