diff options
-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 8402ac0..44ba6cb 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,9 +1,9 @@ { "configurations": [ { - "name": "Linux (Project 2)", + "name": "Linux", "includePath": [ - "${workspaceFolder}/P2/include" + "${workspaceFolder}/**" ], "defines": [ "__USE_POSIX", |