mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.formatOnSave": true,
|
|
"typescriptHero.imports.insertSemicolons": false,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#4a1557",
|
|
"titleBar.activeBackground": "#270b2e",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"activityBar.activeBackground": "#4a1557",
|
|
"activityBar.activeBorder": "#806d1f",
|
|
"activityBar.foreground": "#e7e7e7",
|
|
"activityBar.inactiveForeground": "#e7e7e799",
|
|
"activityBarBadge.background": "#806d1f",
|
|
"activityBarBadge.foreground": "#e7e7e7",
|
|
"statusBar.background": "#270b2e",
|
|
"statusBar.border": "#270b2e",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#4a1557",
|
|
"titleBar.border": "#270b2e",
|
|
"titleBar.inactiveBackground": "#270b2e99",
|
|
"titleBar.inactiveForeground": "#e7e7e799"
|
|
},
|
|
"peacock.color": "#270b2e"
|
|
}
|