vscode 对于 C 源文件,IntelliSenseMode 已根据编译器参数和探测 compilerPath 从“clang-x64”更改为“gcc-x64”

vscode 不知道从什么时候开始出现 对于 C 源文件,IntelliSenseMode 已根据编译器参数和探测 compilerPath 从“clang-x64”更改为“gcc-x64” 的信息

解决方案

.vscode 文件夹 -> c_cpp_properties.json 文件 -> 将 "intelliSenseMode": "clang-x64" 更改为 : "intelliSenseMode": "gcc-x64"

posted @ 2020-10-17 15:20  bp9jISKIN  阅读(13672)  评论(0编辑  收藏  举报