lml/.vscode/c_cpp_properties.json

16 lines
376 B
JSON
Raw Permalink Normal View History

2023-07-06 01:51:15 +02:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/sbin/clang",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}