diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index daf8467..4483e56 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,7 @@ { "name": "Linux", "includePath": [ - "${workspaceFolder}/**", + "${workspaceFolder}/source/**", "${workspaceFolder}/linux-5.17.15/include/**", "${workspaceFolder}/linux-5.17.15/arch/x86/include/**", "${workspaceFolder}/linux-5.17.15/arch/x86/include/generated/**"