forked from eez-open/studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
104 lines (104 loc) · 2.82 KB
/
settings.json
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"files.exclude": {
".git": true,
".DS_Store": true,
"eezstudio-win32-x64": true,
"eezstudio-linux-x64": true,
"node_modules": true,
"libs": false,
"build": false,
"dist": true,
"resources/eez-framework-amalgamation": true
},
"typescript.reportStyleChecksAsWarnings": false,
"typescript.suggest.autoImports": true,
"files.associations": {
"iosfwd": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"vector": "cpp",
"xstring": "cpp",
"functional": "cpp",
"system_error": "cpp",
"xlocmon": "cpp",
"xtr1common": "cpp",
"xmemory0": "cpp",
"istream": "cpp",
"ostream": "cpp",
"deque": "cpp",
"initializer_list": "cpp",
"list": "cpp",
"queue": "cpp",
"type_traits": "cpp",
"xhash": "cpp",
"xutility": "cpp",
"chrono": "cpp",
"sstream": "cpp",
"algorithm": "cpp",
"limits": "cpp",
"ios": "cpp",
"filesystem": "cpp",
"lvgl.h": "c",
"monitor.h": "c",
"sdl.h": "c",
"iterator": "c",
"emscripten.h": "c",
"em_types.h": "c",
"em_macros.h": "c",
"optional": "c",
"ratio": "c",
"array": "c",
"tuple": "c",
"utility": "c",
"string_view": "cpp",
"fstream": "cpp",
"stdint.h": "c",
"string": "c",
"unordered_map": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"map": "cpp",
"exception": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"random": "cpp",
"iomanip": "cpp",
"iostream": "cpp",
"mutex": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"string.h": "c",
"lv_refr.h": "c",
"flow.h": "c",
"lv_conf_internal.h": "c",
"mouse.h": "c",
"parser_private.h": "c",
"lv_assert.h": "c",
"lv_math.h": "c",
"stdbool.h": "c"
},
"typescript.tsdk": "node_modules\\typescript\\lib",
"workbench.editor.enablePreview": false,
"editor.formatOnSave": true,
"C_Cpp.formatting": "disabled"
}