-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact-native-hermes-worker.code-workspace
More file actions
120 lines (120 loc) · 2.74 KB
/
react-native-hermes-worker.code-workspace
File metadata and controls
120 lines (120 loc) · 2.74 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"folders": [
{
"path": ".",
},
],
"settings": {
"eslint.lintTask.enable": true,
"prettier.trailingComma": "es5",
"prettier.singleQuote": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "never",
"source.fixAll.eslint": "explicit",
},
"typescript.disableAutomaticTypeAcquisition": true,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"files.associations": {
"*.COBOL*": "cobol",
"*.COB*": "cobol",
"*.COBCOPY*": "cobol",
"*.COPYBOOK*": "cobol",
"*.COPY*": "cobol",
"*.PL1*": "pl1",
"*.PLI*": "pl1",
"*.INC*": "pl1",
"*.INCLUDE*": "pl1",
"*.JCL*": "jcl",
"*.ASM*": "hlasm",
"*.ASSEMBLE*": "hlasm",
"*.HLASM*": "hlasm",
"*.HLA*": "hlasm",
"*.MACLIB*": "hlasm",
"*.EXEC*": "rexx",
"*.REXX*": "rexx",
"*.REXXINC*": "rexx",
"*.rex": "rexx",
"*.rexx": "rexx",
"*.h": "c",
"*.c": "c",
"*.inc": "c",
"*.cpp": "cpp",
"*.hpp": "cpp",
"xstddef": "c",
"type_traits": "c",
"utility": "c",
"ranges": "c",
"__bit_reference": "c",
"__hash_table": "c",
"__locale": "c",
"__node_handle": "c",
"__split_buffer": "c",
"__threading_support": "c",
"__tree": "c",
"__verbose_abort": "c",
"array": "c",
"bitset": "c",
"cctype": "c",
"cfenv": "c",
"charconv": "c",
"cinttypes": "c",
"clocale": "c",
"cmath": "c",
"complex": "c",
"condition_variable": "c",
"cstdarg": "c",
"cstddef": "c",
"cstdint": "c",
"cstdio": "c",
"cstdlib": "c",
"cstring": "c",
"ctime": "c",
"cwchar": "c",
"cwctype": "c",
"deque": "c",
"execution": "c",
"memory": "c",
"forward_list": "c",
"fstream": "c",
"future": "c",
"initializer_list": "c",
"iomanip": "c",
"ios": "c",
"iosfwd": "c",
"iostream": "c",
"istream": "c",
"limits": "c",
"list": "c",
"locale": "c",
"map": "c",
"mutex": "c",
"new": "c",
"optional": "c",
"ostream": "c",
"print": "c",
"queue": "c",
"ratio": "c",
"regex": "c",
"semaphore": "c",
"set": "c",
"shared_mutex": "c",
"source_location": "c",
"span": "c",
"sstream": "c",
"stack": "c",
"stdexcept": "c",
"streambuf": "c",
"string": "c",
"string_view": "c",
"tuple": "c",
"typeindex": "c",
"typeinfo": "c",
"unordered_map": "c",
"unordered_set": "c",
"variant": "c",
"vector": "c",
"algorithm": "c",
},
},
}