defaultcpp/.vscode/c_cpp_properties.json

19 lines
467 B
JSON
Raw Permalink Normal View History

2020-09-20 13:20:34 +02:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/src/",
2021-11-12 15:33:18 +01:00
"${workspaceFolder}/thirdparty/Log/",
"${workspaceFolder}/inc/**"
2020-09-20 13:20:34 +02:00
],
"defines": [],
"compilerPath": "/usr/bin/g++",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}