From 334fd25273d5a45f4e8254e65e18b2124dae94d5 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Mon, 12 Oct 2020 08:16:48 -0500 Subject: add new breakout --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode') 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" } ], -- cgit v1.2.3