ANASEN_analysis/.vscode/c_cpp_properties.json

30 lines
860 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"
2024-01-31 20:11:36 -05:00
},
{
"name": "Ryan",
"includePath": [
"${workspaceFolder}/**",
"/home/ryan/Downloads/root_build/**",
"/home/ryan/Downloads/root_build/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
2024-01-26 20:34:16 -05:00
}
],
"version": 4
}