aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json4
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",