fix intelliSenseMode

This commit is contained in:
parent dd2a7ed915
commit 059fb889d6
1 changed files with 2 additions and 3 deletions

View File

@ -11,10 +11,9 @@
"${workspaceFolder}/../dependencies/tinyobjloader", "${workspaceFolder}/../dependencies/tinyobjloader",
"${workspaceFolder}/../dependencies/tinyglTF" "${workspaceFolder}/../dependencies/tinyglTF"
], ],
"compilerPath": "C:/MinGW/bin/g++.exe", "compilerPath": "/usr/bin/g++",
"cStandard": "c11", "cStandard": "c11",
"cppStandard": "c++11", "cppStandard": "c++11"
"intelliSenseMode": "gcc-x86"
} }
], ],
"version": 4 "version": 4