-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgreenbox_secapp_v2.code-workspace
More file actions
57 lines (57 loc) · 1.02 KB
/
Copy pathgreenbox_secapp_v2.code-workspace
File metadata and controls
57 lines (57 loc) · 1.02 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
51
52
53
54
55
56
57
{
"folders": [
{
"name": "secapp_demos",
"path": "code/secapp_demos"
},
{
"name": "secapp_libs",
"path": "code/secapp_libs"
},
{
"name": "loaders",
"path": "code/loaders"
},
{
"name": "os_module",
"path": "code/os_module"
}
],
"settings": {
"files.associations": {
"sp_control.h": "c",
"*.inc": "c",
"queue": "c",
"stack": "c",
"lib_bridge_tpm_headers.h": "c",
"memory": "c",
"mutex": "c",
"lib-iosm-usb-internal.h": "c",
"lib-usb2.h": "c",
"usbhid.h": "c",
"lib-iosm-usb.h": "c",
"usbbuf_mm.h": "c",
"sap_headers_libc.h": "c",
"*.c_not_compiled": "cpp",
"rdesktop_header.h": "c",
"stddef.h": "c",
"errno.h": "c",
"_timespec.h": "c",
"stdlib.h": "c",
"*.s": "c",
"chrono": "c",
"system_error": "c",
"xlocale": "c",
"varbuf.h": "c",
"sstream": "c",
"cmath": "c",
"complex": "c",
"gdrive_limited.h": "c",
"regex": "c",
"libc_backend.h": "c",
"format": "c",
"thread": "c",
"vector": "c"
}
}
}