1 安装插件
C / C++
2 配置include
出现“#include errors detected.”时,按ctrl + .跳转进入配置,或者打开c_cpp_properties.json直接配置:
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",[......]
Linux下VSCode配置C / C++
Leave a reply