Skip to content

Commit 7841701

Browse files
committed
update workspace names
1 parent 10df858 commit 7841701

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

reactunity.code-workspace

+23-11
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,63 @@
55
"name": "🌳 ROOT"
66
},
77
{
8-
"path": "🖊️ full-sample/react"
8+
"name": "🏖️ React Full Sample",
9+
"path": "full-sample/react"
910
},
1011
{
11-
"path": "🧲 core"
12+
"name": "🧲 Core",
13+
"path": "core"
1214
},
1315
{
14-
"path": "🖼️ renderer"
16+
"name": "🖼️ renderer",
17+
"path": "renderer"
1518
},
1619
{
17-
"path": "🛠️ scripts"
20+
"name": "🛠️ Scripts",
21+
"path": "scripts"
1822
},
1923
{
24+
"name": "🧰 QuickJS",
2025
"path": "quickjs"
2126
},
2227
{
28+
"name": "🧰 Jint",
2329
"path": "jint"
2430
},
2531
{
32+
"name": "🧰 ClearScript",
2633
"path": "clearscript"
2734
},
2835
{
29-
"path": "📦 create"
36+
"name": "📦 Create",
37+
"path": "create"
3038
},
3139
{
32-
"path": "🌐 previewer"
40+
"name": "🌐 Previewer",
41+
"path": "previewer"
3342
},
3443
{
35-
"path": "⌨️ material"
44+
"name": "⌨️ Material",
45+
"path": "material"
3646
},
3747
{
38-
"path": "🎮 full-sample"
48+
"name": "🎮 Full Sample",
49+
"path": "full-sample"
3950
},
4051
{
41-
"name": "Core / Quick Start",
52+
"name": "⚒️ Core / Quick Start",
4253
"path": "core/.react/quick-start"
4354
},
4455
{
45-
"name": "Core / Devtools",
56+
"name": "⚒️ Core / Devtools",
4657
"path": "core/.react/devtools"
4758
},
4859
{
49-
"name": "Core / Injectable",
60+
"name": "⚒️ Core / Injectable",
5061
"path": "core/.react/injectable"
5162
},
5263
{
64+
"name": "📖 Docs",
5365
"path": "docs"
5466
}
5567
],

0 commit comments

Comments
 (0)