diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 01:00:36 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 01:00:36 +0100 |
| commit | 6cddf94df11fe39b9051c2197c7a0ad88383c663 (patch) | |
| tree | 82175357ca7da83b61b3e2a9a05ba506f3390ca9 | |
| parent | 7b16a971891e12550569aa67d4185c2e51c3b8a9 (diff) | |
vscode: update c++ config.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
| -rw-r--r-- | .vscode/c_cpp_properties.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index cd9afd5e..a4d1fea8 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,7 +5,7 @@ "includePath": [ "${workspaceFolder}/Private/**", "${workspaceFolder}/Private/NewBoot/**", - "${workspaceFolder}/Public/Kits/**" + "${workspaceFolder}/SDK/Kits/**" ], "defines": ["__HCORE__", "__KERNEL__", "Z_PREFIX", "__HAVE_HCORE_APIS__", "__FSKIT_NEWFS__", "kBootKrnlSections"], "cStandard": "c17", @@ -18,7 +18,7 @@ "includePath": [ "${workspaceFolder}/Private/**", "${workspaceFolder}/Private/NewBoot/**", - "${workspaceFolder}/Public/Kits/**" + "${workspaceFolder}/Public/SDK/**" ], "defines": ["__HCORE__", "__KERNEL__", "Z_PREFIX", "__HAVE_HCORE_APIS__", "__FSKIT_NEWFS__", "kBootKrnlSections"], "cStandard": "c17", @@ -38,7 +38,7 @@ "intelliSenseMode": "macos-gcc-arm64" }, { - "name": "HCore Tools (Win)", + "name": "HCore Tools (Windows MinGW)", "includePath": [ "${workspaceFolder}/Private/Tools/**" ], |
