-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathblogposts.code-workspace
48 lines (48 loc) · 1.1 KB
/
blogposts.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
{
"folders": [
{
"path": "./2018-02"
},
{
"path": "./2018-03"
},
{
"path": "./2018-05"
},
{
"path": "./2018-06"
},
{
"path": "./2018-08"
},
{
"path": "./2018-10"
},
{
"path": "./2021/shipping-library-types-series"
},
{
"path": "./templates"
},
],
"settings": {
"typescript.tsdk": "node_modules/typescript/lib",
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#109410",
"titleBar.activeForeground": "#e7e7e7",
"activityBar.activeBackground": "#15c215",
"activityBar.activeBorder": "#5252ec",
"activityBar.background": "#15c215",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#5252ec",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#109410",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#15c215",
"titleBar.inactiveBackground": "#10941099",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#109410"
}
}