Files
Seele/.vscode/c_cpp_properties.json
T

25 lines
593 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Win32",
"includePath": [
2020-10-03 11:00:10 +02:00
"${workspaceFolder}/**",
2021-10-13 15:20:30 +02:00
"external/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
2021-04-13 23:09:16 +02:00
"intelliSenseMode": "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
]
}
}
],
"version": 4
}