-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibjoybus.code-workspace
More file actions
50 lines (50 loc) · 1.08 KB
/
Copy pathlibjoybus.code-workspace
File metadata and controls
50 lines (50 loc) · 1.08 KB
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
48
49
50
{
"folders": [
{
"path": "."
},
{
"name": "Gecko/GCN Host",
"path": "examples/gecko/gcn-host"
},
{
"name": "Gecko/GCN Target",
"path": "examples/gecko/gcn-target"
},
{
"name": "Pico SDK/GCN Host",
"path": "examples/pico-sdk/gcn-host"
},
{
"name": "Pico SDK/GCN Target",
"path": "examples/pico-sdk/gcn-target"
},
{
"name": "Pico SDK/GCN Adapter (Nintendo)",
"path": "examples/pico-sdk/gcn-adapter-nintendo"
},
{
"name": "Pico SDK/GCN Adapter (USB HID)",
"path": "examples/pico-sdk/gcn-adapter-usb-hid"
},
{
"name": "Pico SDK/N64 Adapter (USB HID)",
"path": "examples/pico-sdk/n64-adapter-usb-hid"
},
{
"name": "Pico SDK/N64 Target",
"path": "examples/pico-sdk/n64-target"
},
{
"name": "Pico SDK/Joybus Shell",
"path": "examples/pico-sdk/joybus-shell"
}
],
"settings": {
"C_Cpp.autoAddFileAssociations": false,
"files.associations": {
"*.h": "c"
},
"search.useParentIgnoreFiles": true
}
}