Files
Sylva/.vscode/c_cpp_properties.json
T
2026-06-06 20:24:09 +08:00

18 lines
464 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"include/"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools",
"compilerPath": "/usr/bin/g++"
}
],
"version": 4
}