WLG/.vscode/c_cpp_properties.json

18 lines
519 B
JSON
Raw Permalink Normal View History

2025-01-23 20:28:05 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/chaos/WorkSpace/Tools/GatewayThirdParty/jsoncpp/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}