From c4f46edc786499463f1547e16bbe57abba4e5524 Mon Sep 17 00:00:00 2001 From: Chong Liu Date: Mon, 29 Jan 2024 12:51:07 +0800 Subject: [PATCH] Update c_cpp_properties.json --- .vscode/c_cpp_properties.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index bca4ef32..5be6c1e6 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,11 +3,10 @@ { "name": "Windows", "includePath": [ + "${workspaceFolder}", "${workspaceFolder}/**", - "01_Common_Functions/inc/commonDef", - "01_Common_Functions/inc", - "${fileDirname}/cfg", - "${fileDirname}/inc" + "F01_Common_Functions/inc/common_def", + "F01_Common_Functions/inc" ], "defines": [ "_DEBUG", @@ -22,11 +21,10 @@ { "name": "Linux", "includePath": [ + "${workspaceFolder}", "${workspaceFolder}/**", - "01_Common_Functions/inc/commonDef", - "01_Common_Functions/inc", - "${fileDirname}/cfg", - "${fileDirname}/inc" + "F01_Common_Functions/inc/common_def", + "F01_Common_Functions/inc" ], "defines": [], "compilerPath": "/usr/bin/gcc",