-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc_cpp_properties.json
More file actions
31 lines (31 loc) · 968 Bytes
/
Copy pathc_cpp_properties.json
File metadata and controls
31 lines (31 loc) · 968 Bytes
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
{
"configurations": [
{
"name": "Kernel",
"includePath": [
"${workspaceFolder}/**",
"/usr/lib/modules/7.0.10-arch1-1/build/include",
"/usr/lib/modules/7.0.10-arch1-1/build/include/generated",
"/usr/lib/modules/7.0.10-arch1-1/build/arch/x86/include",
"/usr/lib/modules/7.0.10-arch1-1/build/arch/x86/include/generated"
],
"defines": [
"__KERNEL__",
"MODULE"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"intelliSenseMode": "linux-gcc-x64"
},
{
"name": "Userspace",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}