FRIB_e21062/.vscode/c_cpp_properties.json

17 lines
405 B
JSON
Raw Permalink Normal View History

2024-05-30 16:06:10 -04:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/root/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}