From 7e86cd9e488104efbcf44c5401f862a53ad9aab9 Mon Sep 17 00:00:00 2001 From: zy Date: Wed, 29 Nov 2023 16:26:45 +0800 Subject: [PATCH] 1 --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**"