Files
lc/.vscode/c_cpp_properties.json
2022-11-02 23:08:19 +08:00

13 lines
259 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}