Files
Radio/.vscode/c_cpp_properties.json
T

16 lines
305 B
JSON

{
"configurations": [
{
"name": "Android",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
]
}
],
"version": 4
}