2023-02-13 14:50:36 +08:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
|
|
|
"${default}",
|
|
|
|
"${workspaceFolder}/include",
|
2023-04-09 13:51:16 +08:00
|
|
|
"/home/fox/DevKit/GPP/include",
|
|
|
|
"/home/fox/DevKit/ROOT/include",
|
|
|
|
"/home/fox/DevKit/CLHEP/include",
|
|
|
|
"/home/fox/DevKit/Geant4/include/Geant4"
|
2023-02-13 14:50:36 +08:00
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"_DEBUG",
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE"
|
|
|
|
],
|
|
|
|
"compilerPath": "/usr/bin/gcc",
|
|
|
|
"cStandard": "c17",
|
|
|
|
"cppStandard": "c++17",
|
|
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
|
|
"configurationProvider": "ms-vscode.xmake-tools"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|