0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-10 09:38:48 +00:00
OI-codes/.vscode/c_cpp_properties.json
2020-11-22 14:28:56 +08:00

20 lines
491 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe",
"cStandard": "c89",
"cppStandard": "c++11",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}