aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-15 11:57:25 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-15 11:57:25 -0600
commit87b0db3943d6a27517809b79fc1b56f74c0d8ea4 (patch)
tree54b655d49e43a307ba4aef7327f052653678138a /.vscode/c_cpp_properties.json
parentStart dispatch (diff)
downloadcsci4061-87b0db3943d6a27517809b79fc1b56f74c0d8ea4.tar
csci4061-87b0db3943d6a27517809b79fc1b56f74c0d8ea4.tar.gz
csci4061-87b0db3943d6a27517809b79fc1b56f74c0d8ea4.tar.bz2
csci4061-87b0db3943d6a27517809b79fc1b56f74c0d8ea4.tar.lz
csci4061-87b0db3943d6a27517809b79fc1b56f74c0d8ea4.tar.xz
csci4061-87b0db3943d6a27517809b79fc1b56f74c0d8ea4.tar.zst
csci4061-87b0db3943d6a27517809b79fc1b56f74c0d8ea4.zip
Add VScode stuffs
Diffstat (limited to '')
-rw-r--r--.vscode/c_cpp_properties.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 6e3e2bc..8402ac0 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -5,10 +5,11 @@
"includePath": [
"${workspaceFolder}/P2/include"
],
- "defines": [],
+ "defines": [
+ "__USE_POSIX",
+ "_GNU_SOURCE"
+ ],
"compilerPath": "/usr/bin/gcc",
- "cStandard": "c11",
- "cppStandard": "c++14",
"intelliSenseMode": "gcc-x64"
}
],