Files
ISA-Frontend/.vscode/settings.json
Sebastian f701c7dd46 #829 Initial NgRx Customers Store SetUp
Add Effects (WiP)


Further Implement Customer Store incl. first Unit Tests
2020-07-12 21:04:23 +02:00

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"
}