-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.code-workspace
More file actions
39 lines (39 loc) · 936 Bytes
/
workspace.code-workspace
File metadata and controls
39 lines (39 loc) · 936 Bytes
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBorder": "#bf407b",
"sash.hoverBorder": "#424368",
"statusBar.background": "#2e2f49",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#424368",
"statusBarItem.remoteBackground": "#2e2f49",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#2E2F49",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true,
"node_modules": true,
"**/yarn.lock": true,
"**/package-lock.json": true,
"package-lock.json": true,
".next": true
},
"explorerExclude.backup": null,
"cSpell.words": [
"hypercerts",
"sonarjs",
"swiper"
],
}
}