diff options
| -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/**" ], |
