Skip to content

Commit

Permalink
Update c_cpp_properties.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Liu committed Jan 29, 2024
1 parent cff1cbf commit c4f46ed
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c4f46ed

Please sign in to comment.