CLSH1001-Firmware/.vscode/c_cpp_properties.json

17 lines
384 B
JSON
Raw Normal View History

2024-03-06 06:09:49 +08:00
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}