{
"configurations": [
{
"name": "Linux",
"includePath": [//头文件包含路径 **代表递归包含 我这里为了省事直接全部搜索
"${workspaceFolder}/**",
"/home/book/100ask_imx6ull-qemu/linux-4.9.88/**",
"/home/book/100ask_imx6ull-qemu/ToolChain/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/**"
],
"defines": [],
"compilerPath": "",//不为空字符串可能会出现一些奇奇怪怪的错误波浪线
"cStandard": "c11",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}