2020-08-06 00:54:43 +02:00
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Win32",
|
|
|
|
|
"includePath": [
|
2020-10-03 11:00:10 +02:00
|
|
|
"${workspaceFolder}/**",
|
2021-10-13 15:20:30 +02:00
|
|
|
"external/**"
|
2020-08-06 00:54:43 +02:00
|
|
|
],
|
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
}
|
2020-08-06 00:54:43 +02:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"version": 4
|
|
|
|
|
}
|