- Try restarting vscode
- Try manually editing the workspace settings.
- Create a
.vscode
directory
- Create a
c_cpp_properties.json
file
- Add the following code block to it.
{
"configurations": [
{
"includePath": [
"${workspaceFolder}/**"
]
}
]
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…