vscode配置C语言环境后
输出就提示
对于 C 源文件,IntelliSenseMode 已根据编译器参数和查询 compilerPath 从“windows-gcc-x64”更改为“windows-gcc-x86”:“D:/code/bin/gcc.exe”
对于 C++ 源文件,IntelliSenseMode 已根据编译器参数和查询 compilerPath 从“windows-gcc-x64”更改为“windows-gcc-x86”:“D:/code/bin/gcc.exe”
这是什么情况?
将代码中的“intellisensemode”:“gcc-x64”改为“intellisensemode”:“gcc-x86”