kernel_module_learn/.vscode/c_cpp_properties.json

15 lines
No EOL
294 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${env:C_INCLUDE_PATH}"
],
"defines": [],
"cStandard": "c11",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}