RASCSI/src/raspberrypi/.vscode/settings.json
2022-01-10 02:47:54 +00:00

19 lines
426 B
JSON

{
"files.associations": {
"cstddef": "cpp",
"array": "cpp",
"chrono": "cpp",
"functional": "cpp",
"istream": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"string_view": "cpp",
"regex": "cpp",
"*.tcc": "cpp",
"numeric": "cpp",
"sstream": "cpp"
}
}