{
"configurations": [
{
"name": "Win32",
"includePath": [
"C:/Program Files/Python311/include/**",
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"cStandard": "c17",
"cppStandard": "c++17"
}
],
"version": 4
}