0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-20 08:05:26 +00:00
OI-codes/.vscode/c_cpp_properties.json
2020-09-20 17:27:24 +08:00

20 lines
526 B
JSON

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