This commit is contained in:
2025-01-30 05:49:36 -07:00

19
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compileCommands": [
"${workspaceFolder}/compile_commands.json"
]
}
],
"version": 4
}