-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathone.code-workspace
125 lines (125 loc) · 3.14 KB
/
one.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"folders": [
{
"name": "✨ @samantha-uk/one",
"path": "."
},
{
"name": "⚙️ @samantha-uk/penguin",
"path": "berry/penguin"
},
{
"name": "✨ @samantha-uk/zigzag",
"path": "zigzag/"
},
{
"name": "⚙️ @samantha-uk/tools-builder",
"path": "tools/builder"
},
{
"name": "⚙️ @samantha-uk/utils-logger",
"path": "utils/logger"
},
{
"name": "⚙️ @samantha-uk/utils-plugin",
"path": "utils/plugin"
},
{
"name": "爵 @samantha-uk/zigzag-panel",
"path": "home-assistant/zigzag-panel"
},
{
"name": "爵 @samantha-uk/zigzag-wc",
"path": "zigzag/components/zigzag-wc"
},
{
"name": "全 @samantha-uk/zigzag-data",
"path": "zigzag/modules/data"
},
{
"name": "全 @samantha-uk/zigzag-grapher",
"path": "zigzag/modules/grapher"
},
{
"name": "全 @samantha-uk/zigzag-layout",
"path": "zigzag/modules/layout"
},
{
"name": "全 @samantha-uk/zigzag-render",
"path": "zigzag/modules/render"
}
],
"settings": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"editor.tabSize": 2,
"eslint.alwaysShowStatus": true,
"eslint.debug": true,
"eslint.format.enable": true,
"eslint.nodePath": "/home/samantha/github/one/.yarn/sdks/",
"eslint.packageManager": "yarn",
"eslint.trace.server": "verbose",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"json",
"jsonc"
],
"eslint.workingDirectories": [
"/home/samantha/github/one"
],
"files.associations": {
"**/*.json": "jsonc"
},
"files.autoSave": "onFocusChange",
"files.exclude": {
"**/.git": false
},
"monorepoWorkspace.folders.custom": [
{
"prefix": "爵 ",
"regex": "components"
},
{
"prefix": "全 ",
"regex": "modules"
},
{
"prefix": "⚙ ",
"regex": "tools"
}
],
"peacock.remoteColor": "#832561",
"search.exclude": {
"**/bower_components": true,
"**/coverage": true,
"**/dist": true,
"**/lib": true,
"**/lib-amd": true,
"**/node_modules": true,
"**/temp": true,
"**/test/**/temp": false
},
"typescript.tsdk": "✨ @samantha-uk/one/.yarn/sdks/typescript/lib",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ab307e",
"activityBar.activeBorder": "#25320e",
"activityBar.background": "#ab307e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#25320e",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#832561",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ab307e",
"titleBar.activeBackground": "#832561",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#83256199",
"titleBar.inactiveForeground": "#e7e7e799"
}
}
}