VS code 常用插件配置

C/C++

c_cpp_properties.json

 

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:\\mingw64\\bin\\gcc.exe",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
posted @ 2019-05-09 17:36  jiahu  阅读(185)  评论(0编辑  收藏  举报