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 132f1f2..6e3e2bc 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,9 +1,9 @@ { "configurations": [ { - "name": "Linux", + "name": "Linux (Project 2)", "includePath": [ - "${workspaceFolder}" + "${workspaceFolder}/P2/include" ], "defines": [], "compilerPath": "/usr/bin/gcc", |