gateway_android/.vscode/settings.json

6 lines
99 B
JSON
Raw Normal View History

2024-10-31 08:25:18 +00:00
{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"uart": "cpp"
}
}