2020301918-os/.vscode/c_cpp_properties.json
2022-10-18 18:23:01 +08:00

13 lines
245 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/inc"
],
"defines": [],
"cStandard": "gnu99"
}
],
"version": 4
}