Skip to content

Commit cc9eee1

Browse files
committed
chore: reorder folders
1 parent f4f4057 commit cc9eee1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

monkeytype.code-workspace

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"folders": [
3+
//root needs to be first
4+
{
5+
"name": "root",
6+
"path": "./"
7+
},
38
{
49
"name": "backend",
510
"path": "backend"
@@ -11,10 +16,6 @@
1116
{
1217
"name": "packages",
1318
"path": "packages"
14-
},
15-
{
16-
"name": "root",
17-
"path": "./"
1819
}
1920
],
2021
"settings": {

0 commit comments

Comments
 (0)