ona/.vscode/c_cpp_properties.json

17 lines
272 B
JSON
Raw Normal View History

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