Skip to content

Commit 58fcbae

Browse files
committed
Initial commit
1 parent e53fe87 commit 58fcbae

File tree

6 files changed

+153
-0
lines changed

6 files changed

+153
-0
lines changed

.codebolt/chat.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

.codebolt/debug.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

.codebolt/projectState.json

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
{
2+
"0": "{",
3+
"1": "\n",
4+
"2": " ",
5+
"3": " ",
6+
"4": "\"",
7+
"5": "a",
8+
"6": "c",
9+
"7": "t",
10+
"8": "i",
11+
"9": "v",
12+
"10": "e",
13+
"11": "A",
14+
"12": "g",
15+
"13": "e",
16+
"14": "n",
17+
"15": "t",
18+
"16": "\"",
19+
"17": ":",
20+
"18": " ",
21+
"19": "f",
22+
"20": "a",
23+
"21": "l",
24+
"22": "s",
25+
"23": "e",
26+
"24": ",",
27+
"25": "\n",
28+
"26": " ",
29+
"27": " ",
30+
"28": "\"",
31+
"29": "p",
32+
"30": "i",
33+
"31": "n",
34+
"32": "n",
35+
"33": "e",
36+
"34": "d",
37+
"35": "A",
38+
"36": "g",
39+
"37": "e",
40+
"38": "n",
41+
"39": "t",
42+
"40": "\"",
43+
"41": ":",
44+
"42": " ",
45+
"43": "[",
46+
"44": "]",
47+
"45": "\n",
48+
"46": "}",
49+
"currentLayout": {
50+
"grid": {
51+
"root": {
52+
"type": "branch",
53+
"data": [
54+
{
55+
"type": "leaf",
56+
"data": {
57+
"views": [
58+
"Code"
59+
],
60+
"activeView": "Code",
61+
"id": "1"
62+
},
63+
"size": 768
64+
},
65+
{
66+
"type": "branch",
67+
"data": [
68+
{
69+
"type": "leaf",
70+
"data": {
71+
"views": [
72+
"Chat"
73+
],
74+
"activeView": "Chat",
75+
"id": "2"
76+
},
77+
"size": 378
78+
},
79+
{
80+
"type": "leaf",
81+
"data": {
82+
"views": [
83+
"Preview",
84+
"Terminal-1730781415539"
85+
],
86+
"activeView": "Preview",
87+
"id": "3"
88+
},
89+
"size": 378
90+
}
91+
],
92+
"size": 768
93+
}
94+
],
95+
"size": 756
96+
},
97+
"width": 1536,
98+
"height": 756,
99+
"orientation": "HORIZONTAL"
100+
},
101+
"panels": {
102+
"Code": {
103+
"id": "Code",
104+
"contentComponent": "Code",
105+
"title": "Code",
106+
"renderer": "always"
107+
},
108+
"Chat": {
109+
"id": "Chat",
110+
"contentComponent": "Chat",
111+
"title": "Chat",
112+
"renderer": "always"
113+
},
114+
"Preview": {
115+
"id": "Preview",
116+
"contentComponent": "Preview",
117+
"title": "Preview",
118+
"renderer": "always"
119+
},
120+
"Terminal-1730781415539": {
121+
"id": "Terminal-1730781415539",
122+
"contentComponent": "Terminal",
123+
"title": "Terminal",
124+
"renderer": "always"
125+
}
126+
},
127+
"activeGroup": "3"
128+
},
129+
"pinnedAgent": [],
130+
"activeAgent": false,
131+
"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\"],\"selectedItems\":[]}}"
132+
}

.codebolt/tasks.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

.codebolt/undefined.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"ports": [
3+
3000,
4+
3000,
5+
3000,
6+
3000,
7+
3000,
8+
3000,
9+
3000,
10+
3000,
11+
3000,
12+
3000,
13+
3000,
14+
3000,
15+
3000,
16+
3000
17+
]
18+
}

.codeboltconfig.yaml

Whitespace-only changes.

0 commit comments

Comments
 (0)