TGC-VP/.vscode/c_cpp_properties.json

17 lines
437 B
JSON
Raw Permalink Normal View History

2022-04-11 09:22:28 +02:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}