kernel_module_learn/.vscode/c_cpp_properties.json

15 lines
294 B
JSON
Raw Normal View History

2025-02-08 19:40:31 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${env:C_INCLUDE_PATH}"
],
"defines": [],
"cStandard": "c11",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}