From 059fb889d6994f0e280669c1e8f95da269a5f9bf Mon Sep 17 00:00:00 2001 From: "re.kovalev" Date: Thu, 14 Nov 2024 12:29:48 +0300 Subject: [PATCH] fix intelliSenseMode --- .vscode/c_cpp_properties.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index f41ec15..745761e 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -11,10 +11,9 @@ "${workspaceFolder}/../dependencies/tinyobjloader", "${workspaceFolder}/../dependencies/tinyglTF" ], - "compilerPath": "C:/MinGW/bin/g++.exe", + "compilerPath": "/usr/bin/g++", "cStandard": "c11", - "cppStandard": "c++11", - "intelliSenseMode": "gcc-x86" + "cppStandard": "c++11" } ], "version": 4