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-02-01 18:47:10 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "RyanUbuntu",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**",
|
|
|
|
"/opt/root/**"
|
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/gcc",
|
|
|
|
"cStandard": "c17",
|
|
|
|
"cppStandard": "gnu++17",
|
|
|
|
"intelliSenseMode": "linux-gcc-x64"
|
2024-04-15 13:29:57 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dirac",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**",
|
|
|
|
"/usr/opt/root/**"
|
|
|
|
],
|
|
|
|
"defines": [],
|
|
|
|
"compilerPath": "/usr/bin/gcc",
|
|
|
|
"cStandard": "c17",
|
|
|
|
"cppStandard": "gnu++17",
|
|
|
|
"intelliSenseMode": "linux-gcc-x64"
|
2024-01-26 20:34:16 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|