aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorMatthew Strapp <msattr@gmail.com>2020-10-12 08:16:48 -0500
committerMatthew Strapp <msattr@gmail.com>2020-10-12 08:16:48 -0500
commit334fd25273d5a45f4e8254e65e18b2124dae94d5 (patch)
treedb498174180fd346f54599715814f3e9846edc31 /.vscode
parentadd broken old breakout (diff)
downloadhomework-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 '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json4
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"
}
],