From 508c8ea0c2634ebe6457a429061d3ce12d47e43d Mon Sep 17 00:00:00 2001 From: alex <16batesa@gmail.com> Date: Mon, 9 Aug 2021 16:56:33 +0100 Subject: [PATCH] update vscode settings --- .vscode/c_cpp_properties.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 0decf5842b..447f50302c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -22,8 +22,7 @@ "VERSION=us" ], "cStandard": "c89", - "cppStandard": "c++17", - "intelliSenseMode": "gcc-x86" + "cppStandard": "c++17" } ] }