diff options
author | Andrea Smith <smit9523@umn.edu> | 2020-10-04 10:29:31 -0500 |
---|---|---|
committer | Andrea Smith <smit9523@umn.edu> | 2020-10-04 10:29:31 -0500 |
commit | 06f661bab342129bd0113bb50892a260783149d0 (patch) | |
tree | 943074032212033314cce105d88f322834feb507 | |
parent | Update (diff) | |
parent | Add a .vscode because clang was default for some reason (diff) | |
download | csci4061-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
-rw-r--r-- | .vscode/c_cpp_properties.json | 16 |
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 |