Graduation-Project/.vscode/c_cpp_properties.json

25 lines
715 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${default}",
"${workspaceFolder}/include",
"/home/fox/G4Kit/ROOT/include",
"/home/fox/G4Kit/CLHEP/include",
"/home/fox/G4Kit/Geant4/include/Geant4"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.xmake-tools"
}
],
"version": 4
}