-
Notifications
You must be signed in to change notification settings - Fork 0
/
reactunity.code-workspace
85 lines (85 loc) · 1.93 KB
/
reactunity.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
{
"folders": [
{
"path": ".",
"name": "ROOT"
},
{
"path": "full-sample/react"
},
{
"path": "core"
},
{
"path": "renderer"
},
{
"path": "scripts"
},
{
"path": "quickjs"
},
{
"path": "jint"
},
{
"path": "clearscript"
},
{
"path": "create"
},
{
"path": "previewer"
},
{
"path": "material"
},
{
"path": "full-sample"
},
{
"path": "core/.react/quick-start"
},
{
"path": "core/.react/devtools"
},
{
"path": "core/.react/injectable"
},
{
"path": "docs"
},
{
"path": "previewer"
}
],
"settings": {
"typescript.tsdk": "./node_modules./typescript./lib",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"peacock.color": "#13321c",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#215731",
"activityBar.background": "#215731",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#1a122e",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#215731",
"statusBar.background": "#13321c",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#215731",
"statusBarItem.remoteBackground": "#13321c",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#13321c",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#13321c99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"dotnet.defaultSolution": "full-sample/full-sample.sln",
"dotnet.preferCSharpExtension": true,
}
}