Skip to content

Commit afb3dc2

Browse files
committed
chore: reorder workspace folders in NoteBlockWorld configuration for improved organization
1 parent 3832306 commit afb3dc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NoteBlockWorld.code-workspace

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"folders": [
3-
{
4-
"path": ".",
5-
"name": "Root"
6-
},
73
{
84
"path": "./apps/backend",
95
"name": "Backend"
@@ -32,6 +28,10 @@
3228
"path": "./packages/thumbnail",
3329
"name": "thumbnail"
3430
},
31+
{
32+
"path": ".",
33+
"name": "Root"
34+
},
3535
],
3636
"settings": {
3737
"window.title": "${dirty}${rootName}${separator}${profileName}${separator}${appName}",

0 commit comments

Comments
 (0)