-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode.code-workspace
More file actions
47 lines (47 loc) · 872 Bytes
/
vscode.code-workspace
File metadata and controls
47 lines (47 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"folders": [
{
"name": "types",
"path": "types"
},
{
"name": "lte-modem",
"path": "lte-modem"
},
{
"name": "ieee802154-bridge",
"path": "ieee802154-bridge"
},
{
"name": "obd2-dashboard",
"path": "obd2-dashboard"
},
{
"name": "obd2-simulator/host",
"path": "obd2-simulator/host"
},
{
"name": "obd2-simulator/display/server",
"path": "obd2-simulator/display/server"
},
{
"name": "obd2-simulator/display/ui",
"path": "obd2-simulator/display/ui"
},
{
"name": "obd2-simulator/display/ipc",
"path": "obd2-simulator/display/ipc"
},
{
"name": "ha-daemon",
"path": "ha-daemon"
}
],
"settings": {
"cSpell.words": [
"spim",
"txframe",
"xiao"
]
}
}