Files
lc/.vscode/c_cpp_properties.json
Chenwenxuan f151c946a2 add
2024-07-08 21:38:26 +08:00

14 lines
321 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}