aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorAndrea Smith <smit9523@umn.edu>2020-10-04 10:29:31 -0500
committerAndrea Smith <smit9523@umn.edu>2020-10-04 10:29:31 -0500
commit06f661bab342129bd0113bb50892a260783149d0 (patch)
tree943074032212033314cce105d88f322834feb507 /.vscode/c_cpp_properties.json
parentUpdate (diff)
parentAdd a .vscode because clang was default for some reason (diff)
downloadcsci4061-06f661bab342129bd0113bb50892a260783149d0.tar
csci4061-06f661bab342129bd0113bb50892a260783149d0.tar.gz
csci4061-06f661bab342129bd0113bb50892a260783149d0.tar.bz2
csci4061-06f661bab342129bd0113bb50892a260783149d0.tar.lz
csci4061-06f661bab342129bd0113bb50892a260783149d0.tar.xz
csci4061-06f661bab342129bd0113bb50892a260783149d0.tar.zst
csci4061-06f661bab342129bd0113bb50892a260783149d0.zip
Merge branch 'master' of github.umn.edu:STRAP012/csci4061Projects
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..6e1b9ed
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,16 @@
+{
+ "configurations": [
+ {
+ "name": "Linux",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "compilerPath": "/usr/bin/gcc",
+ "cStandard": "c11",
+ "cppStandard": "c++14",
+ "intelliSenseMode": "gcc-x64"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file