-
Notifications
You must be signed in to change notification settings - Fork 0
/
boochat-server.code-workspace
54 lines (54 loc) · 1.61 KB
/
boochat-server.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"folders": [
{
"path": "."
}
],
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"dbaeumer.vscode-eslint"
]
},
"settings": {
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#172655",
"activityBar.activeBorder": "#b0304f",
"activityBar.background": "#172655",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#b0304f",
"activityBarBadge.foreground": "#e7e7e7",
"sash.hoverBorder": "#172655",
"statusBar.background": "#0c142d",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#172655",
"statusBarItem.remoteBackground": "#0c142d",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#0c142d",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0c142d99",
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#0C142D"
}
}