File tree 3 files changed +44
-27
lines changed
3 files changed +44
-27
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "configurations" : [
3
- {
4
- "name" : " Linux" ,
5
- "intelliSenseMode" : " clang-x64" ,
6
- "includePath" : [
7
- " /usr/include/" ,
8
- " ${workspaceFolder}/runtime/include/" ,
9
- " ${workspaceFolder}/runtime/thirdparty/ck/include/" ,
10
- " ${workspaceFolder}/runtime/thirdparty/http-parser/" ,
11
- " ${workspaceFolder}/runtime/thirdparty/jsmn/" ,
12
- " ${workspaceFolder}/awsm/runtime/libc/wasi/include/" ,
13
- " ${workspaceFolder}/libsledge/include"
14
- ],
15
- "defines" : [
16
- " x86_64" ,
17
- " _GNU_SOURCE"
18
- ],
19
- "cStandard" : " c17" ,
20
- "compilerPath" : " /usr/bin/clang"
21
- }
22
- ],
23
- "version" : 4
24
- }
2
+ "configurations" : [
3
+ {
4
+ "name" : " Linux" ,
5
+ "intelliSenseMode" : " clang-x64" ,
6
+ "includePath" : [
7
+ " /usr/include/" ,
8
+ " ${workspaceFolder}/runtime/include/" ,
9
+ " ${workspaceFolder}/runtime/thirdparty/ck/include/" ,
10
+ " ${workspaceFolder}/runtime/thirdparty/http-parser/" ,
11
+ " ${workspaceFolder}/runtime/thirdparty/jsmn/" ,
12
+ " ${workspaceFolder}/awsm/runtime/libc/wasi/include/" ,
13
+ " ${workspaceFolder}/libsledge/include"
14
+ ],
15
+ "defines" : [
16
+ " x86_64" ,
17
+ " _GNU_SOURCE"
18
+ ],
19
+ "cStandard" : " c17"
20
+ }
21
+ ],
22
+ "version" : 4
23
+ }
Original file line number Diff line number Diff line change 126
126
"local_cleanup_queue.h" : " c" ,
127
127
"sandbox_state_transition.h" : " c" ,
128
128
"http_session_perf_log.h" : " c" ,
129
- "perf_window.h" : " c" ,
130
- "global_request_scheduler_deque.h" : " c"
129
+ "traffic_control.h" : " c" ,
130
+ "memory_resource" : " c" ,
131
+ "memory" : " c" ,
132
+ "istream" : " c" ,
133
+ "ostream" : " c" ,
134
+ "sstream" : " c" ,
135
+ "streambuf" : " c" ,
136
+ "sandbox_perf_log.h" : " c" ,
137
+ "global_request_scheduler_deque.h" : " c" ,
138
+ "message.h" : " c" ,
139
+ "dbf.h" : " c" ,
140
+ "dbf_generic.h" : " c" ,
141
+ "tenant_functions.h" : " c" ,
142
+ "thread" : " c" ,
143
+ "limits" : " c" ,
144
+ "algorithm" : " c" ,
145
+ "stdio.h" : " c" ,
146
+ "get_time.h" : " c" ,
147
+ "unistd.h" : " c"
131
148
},
132
149
"files.exclude" : {
133
150
"**/.git" : true ,
189
206
" TKILL" ,
190
207
" WASI"
191
208
],
192
- "C_Cpp.errorSquiggles" : " Enabled"
209
+ "C_Cpp.errorSquiggles" : " Enabled" ,
210
+ "C_Cpp.default.compilerPath" : " /usr/bin/clang"
193
211
}
You can’t perform that action at this time.
0 commit comments