Fast-Vector/.vscode/c_cpp_properties.json

21 lines
511 B
JSON
Raw Normal View History

2025-04-17 03:24:46 +00:00
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${default}",
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "C:/msys64/mingw64/bin/g++.exe",
"cStandard": "c23",
"cppStandard": "c++23"
}
],
"version": 4
}