ona/.vscode/c_cpp_properties.json

17 lines
279 B
JSON
Raw Normal View History

2023-02-18 04:34:40 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/source"
2023-02-18 04:34:40 +01:00
],
"defines": [],
"compilerPath": "/usr/bin/clang++",
2023-02-18 04:34:40 +01:00
"cStandard": "gnu17",
"cppStandard": "c++20",
"intelliSenseMode": "linux-clang-x64"
2023-02-18 04:34:40 +01:00
}
],
"version": 4
}