From a3befffc68953ea2ffff321d67dd8b93a1d0b1c3 Mon Sep 17 00:00:00 2001 From: "re.kovalev" Date: Thu, 14 Nov 2024 12:22:47 +0300 Subject: [PATCH] fix intelliSenseMode --- .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 04cf9c6..eebd003 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -12,8 +12,7 @@ ], "compilerPath": "C:/MinGW/bin/g++.exe", "cStandard": "c11", - "cppStandard": "c++11", - "intelliSenseMode": "gcc-x86" + "cppStandard": "c++11" } ], "version": 4