Files
Seele/.vscode/c_cpp_properties.json
T

25 lines
716 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Win32",
"includePath": [
2021-10-19 23:04:38 +02:00
"${workspaceFolder}/src/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
2021-10-19 23:04:38 +02:00
"intelliSenseMode": "windows-msvc-x64",
2020-10-03 11:00:10 +02:00
"configurationProvider": "ms-vscode.cmake-tools",
2021-04-01 16:40:14 +02:00
"cppStandard": "c++20",
2020-10-03 11:00:10 +02:00
"browse": {
"path": [
2021-10-13 15:20:30 +02:00
"external/**"
2020-10-03 11:00:10 +02:00
]
2021-10-19 23:04:38 +02:00
},
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe"
}
],
"version": 4
}