oslab/.vscode/c_cpp_properties.json
2023-02-19 02:18:12 +08:00

15 lines
379 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"intelliSenseMode": "linux-gcc-x86",
"compilerPath": "/usr/bin/gcc"
//"compileCommands": "${workspaceFolder}/compile_commands.json"
}
],
"version": 4
}