Files
QTradeProgram/.vscode/c_cpp_properties.json

18 lines
358 B
JSON
Raw Permalink Normal View History

2026-02-25 23:00:16 +08:00
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "C:/mingw64/bin/gcc.exe",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}