Files
ASIBFM700/.vscode/c_cpp_properties.json
2026-02-25 18:09:46 +03:00

16 lines
373 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"intelliSenseMode": "linux-gcc-x64",
"cppStandard": "c++26",
"cStandard": "gnu99"
}
],
"version": 4
}