ANASEN_analysis/.vscode/c_cpp_properties.json

17 lines
425 B
JSON
Raw Normal View History

2024-01-26 20:34:16 -05:00
{
"configurations": [
{
"name": "splitpole",
"includePath": [
"${workspaceFolder}/**",
"/home/splitpole/cern/root/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}