diff options
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index ddd8839a..5043cbf1 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/Developer/SystemLib/**", + "${workspaceFolder}/Public/Developer/CoreSystem/**", "${workspaceFolder}/Public/Developer/**" ], "defines": [ @@ -38,7 +38,7 @@ "includePath": [ "${workspaceFolder}/Private/**", "${workspaceFolder}/Private/NewBoot/**", - "${workspaceFolder}/Public/Developer/SystemLib/**", + "${workspaceFolder}/Public/Developer/CoreSystem/**", "${workspaceFolder}/Public/Developer/**" ], "defines": [ |
