diff options
author | Matthew Strapp <msattr@gmail.com> | 2020-10-12 08:16:48 -0500 |
---|---|---|
committer | Matthew Strapp <msattr@gmail.com> | 2020-10-12 08:16:48 -0500 |
commit | 334fd25273d5a45f4e8254e65e18b2124dae94d5 (patch) | |
tree | db498174180fd346f54599715814f3e9846edc31 /.vscode/c_cpp_properties.json | |
parent | add broken old breakout (diff) | |
download | homework-334fd25273d5a45f4e8254e65e18b2124dae94d5.tar homework-334fd25273d5a45f4e8254e65e18b2124dae94d5.tar.gz homework-334fd25273d5a45f4e8254e65e18b2124dae94d5.tar.bz2 homework-334fd25273d5a45f4e8254e65e18b2124dae94d5.tar.lz homework-334fd25273d5a45f4e8254e65e18b2124dae94d5.tar.xz homework-334fd25273d5a45f4e8254e65e18b2124dae94d5.tar.zst homework-334fd25273d5a45f4e8254e65e18b2124dae94d5.zip |
add new breakout
Diffstat (limited to '')
-rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a308c92..c80bfaa 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,12 +3,12 @@ { "name": "Linux", "intelliSenseMode": "gcc-x64", - "compilerPath": "/usr/bin/g++", + "compilerPath": "/usr/bin/gcc", "includePath": [ "${workspaceFolder}/**" ], "defines": [], - "cStandard": "c11", + "cStandard": "c18", "cppStandard": "c++20" } ], |