aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-10-05 09:16:24 -0500
committerMatt Strapp <strap012@umn.edu>2020-10-05 09:16:24 -0500
commitb01b3bb4b46aefa84d29dcaf763dbbc23cecb75e (patch)
tree4d032766d279ef714fd69d613838817ffbbabf15 /.vscode/c_cpp_properties.json
parentChange filename size (diff)
downloadcsci4061-b01b3bb4b46aefa84d29dcaf763dbbc23cecb75e.tar
csci4061-b01b3bb4b46aefa84d29dcaf763dbbc23cecb75e.tar.gz
csci4061-b01b3bb4b46aefa84d29dcaf763dbbc23cecb75e.tar.bz2
csci4061-b01b3bb4b46aefa84d29dcaf763dbbc23cecb75e.tar.lz
csci4061-b01b3bb4b46aefa84d29dcaf763dbbc23cecb75e.tar.xz
csci4061-b01b3bb4b46aefa84d29dcaf763dbbc23cecb75e.tar.zst
csci4061-b01b3bb4b46aefa84d29dcaf763dbbc23cecb75e.zip
Attempt to fix things and fail
Diffstat (limited to '')
-rw-r--r--.vscode/c_cpp_properties.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 6e1b9ed..f9a909e 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -3,7 +3,7 @@
{
"name": "Linux",
"includePath": [
- "${workspaceFolder}/**"
+ "${workspaceFolder}/P1/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",