Elaborato_SO/.vscode/c_cpp_properties.json

16 lines
375 B
JSON
Raw Permalink Normal View History

2023-05-15 16:53:54 +02:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
2023-05-16 11:08:26 +02:00
"compilerPath": "/usr/bin/gcc",
2023-05-15 17:02:48 +02:00
"cStandard": "gnu11",
2023-05-15 16:53:54 +02:00
"cppStandard": "c++14",
2023-05-16 11:31:39 +02:00
"intelliSenseMode": "linux-clang-x64"
2023-05-15 16:53:54 +02:00
}
],
"version": 4
}