17 lines
425 B
JSON
17 lines
425 B
JSON
|
{
|
||
|
"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
|
||
|
}
|