Skip to content

Commit 5c98156

Browse files
committedNov 6, 2024·
fix issues
1 parent 5553f90 commit 5c98156

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+103
-123
lines changed
 

‎.codebolt/projectState.json

+23-8
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"activeView": "Code",
6161
"id": "1"
6262
},
63-
"size": 877
63+
"size": 768
6464
},
6565
{
6666
"type": "branch",
@@ -74,21 +74,23 @@
7474
"activeView": "Chat",
7575
"id": "2"
7676
},
77-
"size": 378
77+
"size": 100
7878
},
7979
{
8080
"type": "leaf",
8181
"data": {
8282
"views": [
83-
"Preview"
83+
"Preview",
84+
"4ecd1fd9-ab55-44f7-92f5-978d346fbe56",
85+
"ProjectSettings"
8486
],
85-
"activeView": "Preview",
87+
"activeView": "ProjectSettings",
8688
"id": "3"
8789
},
88-
"size": 378
90+
"size": 656
8991
}
9092
],
91-
"size": 659
93+
"size": 768
9294
}
9395
],
9496
"size": 756
@@ -118,9 +120,22 @@
118120
"tabComponent": "props.defaultTabComponent",
119121
"title": "Preview",
120122
"renderer": "always"
123+
},
124+
"4ecd1fd9-ab55-44f7-92f5-978d346fbe56": {
125+
"id": "4ecd1fd9-ab55-44f7-92f5-978d346fbe56",
126+
"contentComponent": "Terminal",
127+
"tabComponent": "props.defaultTabComponent",
128+
"title": "Terminal",
129+
"renderer": "always"
130+
},
131+
"ProjectSettings": {
132+
"id": "ProjectSettings",
133+
"contentComponent": "ProjectSettings",
134+
"tabComponent": "props.defaultTabComponent",
135+
"title": "ProjectSettings"
121136
}
122137
},
123-
"activeGroup": "2"
138+
"activeGroup": "1"
124139
},
125140
"pinnedAgent": [
126141
{
@@ -146,5 +161,5 @@
146161
}
147162
],
148163
"activeAgent": false,
149-
"treeViewState": "{\"tree-2\":{\"focusedItem\":null,\"expandedItems\":[\"root-1\",\"root-2\",\"root-3\",\"root-4\",\"root-5\",\"root-6\",\"root-7\",\"root-8\",\"root-9\",\"root-10\",\"root-11\",\"root-12\",\"root-13\",\"root-14\",\"root-15\",\"root-16\",\"root-17\",\"root-18\",\"root-19\",\"root-20\",\"root-8\",\"root-8-2\"],\"selectedItems\":[]}}"
164+
"treeViewState": "{\"tree-2\":{\"focusedItem\":null,\"expandedItems\":[\"root-1\",\"root-2\",\"root-3\",\"root-4\",\"root-5\",\"root-6\",\"root-7\",\"root-8\",\"root-9\",\"root-10\",\"root-11\",\"root-12\",\"root-13\",\"root-14\",\"root-15\",\"root-16\",\"root-17\",\"root-18\",\"root-19\",\"root-20\"],\"selectedItems\":[]}}"
150165
}

‎.codebolt/undefined.json

+12
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@
2525
3000,
2626
3000,
2727
3000,
28+
3000,
29+
3000,
30+
3000,
31+
3000,
32+
3000,
33+
3000,
34+
3000,
35+
3000,
36+
3000,
37+
3000,
38+
3000,
39+
3000,
2840
3000
2941
]
3042
}

0 commit comments

Comments
 (0)
Please sign in to comment.