TulisGra/.vscode/c_cpp_properties.json
Tulis_Dwa 3ab836d91c init
2025-01-20 20:39:23 +00:00

18 lines
339 B
JSON

{
"configurations": [
{
"name": "linux-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "${default}",
"cppStandard": "c++23",
"intelliSenseMode": "linux-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}