ComParseTool/.vscode/c_cpp_properties.json
2024-08-27 22:19:05 +08:00

18 lines
376 B
JSON

{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "D:/_ENV/mingw/mingw64_13.2.0/bin/gcc.exe",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}