I have configured according to the document:
"common_flags": [
"-IH:\\TDM-GCC\\bin\\lib\\gcc\\x86_64-w64-mingw32\\10.3.0\\include\\c++",
"-IH:\\TDM-GCC\\bin\\lib\\gcc\\x86_64-w64-mingw32\\10.3.0\\include\\c++\\x86_64-w64-mingw32",
"-IH:\\TDM-GCC\\bin\\lib\\gcc\\x86_64-w64-mingw32\\10.3.0\\include\\c++\\backward",
"-IH:\\TDM-GCC\\bin\\lib\\gcc\\x86_64-w64-mingw32\\10.3.0\\include",
"-IH:\\TDM-GCC\\bin\\lib\\gcc\\x86_64-w64-mingw32\\10.3.0\\include-fixed",
"-IH:\\TDM-GCC\\bin\\lib\\gcc\\x86_64-w64-mingw32\\10.3.0\\x86_64-w64-mingw32\\include"
],
But when I type #include, I can't use my configured GCC, it's still LLVM。
Like this:

What can I do to sovel this problem?
I have configured according to the document:
But when I type
#include, I can't use my configured GCC, it's still LLVM。Like this:
What can I do to sovel this problem?