Files
rc-micro-car/rc-micro-car.code-workspace
2020-09-16 14:54:35 +02:00

26 lines
437 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"array": "cpp",
"deque": "cpp",
"filesystem": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"ostream": "cpp",
"*.tcc": "cpp",
"ios": "cpp"
}
}
}