rp2040-keypad/.vscode/settings.json

21 lines
481 B
JSON
Raw Normal View History

2024-08-10 16:30:06 +02:00
{
"files.associations": {
"optional": "cpp",
"istream": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"system_error": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"*.tcc": "cpp",
"chrono": "cpp",
"ctime": "cpp",
"iomanip": "cpp",
"limits": "cpp",
"numeric": "cpp",
"streambuf": "cpp"
}
}