forked from solosky/pixl.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixl.js.code-workspace
77 lines (77 loc) · 1.59 KB
/
pixl.js.code-workspace
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"folders": [
{
"path": "fw"
},
{
"path": "web"
}
],
"settings": {
"files.associations": {
"mui_view_port.h": "c",
"mui_event.h": "c",
"mui_input.h": "c",
"m-mutex.h": "c",
"m-atomic.h": "c",
"m-array.h": "c",
"u8x8.h": "c",
"u8g2.h": "c",
"*.tcc": "c",
"u8g2_drv.h": "c",
"algorithm": "c",
"lfs_port.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"ranges": "c",
"hal_spi_flash.h": "c",
"ntag_def.h": "c",
"hal_spi_bus.h": "c",
"app_status_bar.h": "c",
"mini_app_defines.h": "c",
"mui_include.h": "c",
"mui_view_dispatcher.h": "c",
"mui_core.h": "c",
"random": "c",
"mui_view.h": "c",
"sstream": "c",
"mini_app_registry.h": "c",
"mui_list_view.h": "c",
"mui_scene_dispatcher.h": "c",
"mui_defines.h": "c",
"stdint.h": "c",
"amiibo_scene.h": "c",
"status_bar_view.h": "c",
"mui_conf.h": "c",
"mui_mem.h": "c",
"stddef.h": "c",
"nrf_error.h": "c",
"bsp_btn.h": "c",
"hal_internal_flash.h": "c",
"params_test.h": "c",
"spiffs_manager.h": "c",
"typeinfo": "c",
"spiffs_internal.h": "c",
"mui_canvas.h": "c",
"vfs_driver_spiffs.h": "c",
"deque": "c",
"forward_list": "c",
"list": "c",
"unordered_map": "c",
"unordered_set": "c",
"vector": "c",
"initializer_list": "c",
"vos.h": "c",
"amiibo_data.h": "c",
"mui_text_input.h": "c",
"mui_mlib.h": "c",
"mui_element.h": "c",
"app_settings.h": "c",
"app_ble.h": "c",
"ble_status_view.h": "c",
"app_amiibo.h": "c"
},
"cortex-debug.variableUseNaturalFormat": true
}
}