Files
Tereis/.vscode/c_cpp_properties.json
2026-04-23 19:08:06 +08:00

20 lines
443 B
JSON

{
"version": 4,
"configurations": [
{
"name": "MinGW",
"compilerPath": "g++.exe",
"intelliSenseMode": "windows-gcc-x64",
"cppStandard": "c++17",
"includePath": [
"${workspaceFolder}\\src\\include"
],
"defines": [
"UNICODE",
"_UNICODE",
"_WINDOWS"
]
}
]
}