tlang-c/libtlang/.vscode/c_cpp_properties.json

16 lines
373 B
JSON
Raw Normal View History

2023-04-24 18:41:46 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}