quadrants/source/.vscode/c_cpp_properties.json

17 lines
368 B
JSON
Raw Normal View History

2023-02-27 14:02:30 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}