aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-10-22 08:02:58 -0500
committerMatt Strapp <strap012@umn.edu>2020-10-22 08:02:58 -0500
commit51431667e2e16f8162fb1700dcd5ada2f6662d28 (patch)
tree961bd5bb3d5f9137e9b1fa4733e7d79dbb6e1245 /.vscode
parentFix Dependencies (diff)
downloadcsci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar
csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.gz
csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.bz2
csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.lz
csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.xz
csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.tar.zst
csci4061-51431667e2e16f8162fb1700dcd5ada2f6662d28.zip
Change includepath for Project 2
Diffstat (limited to '.vscode')
-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",