tbeam-helium-mapper/tbeam-workspace.code-workspace

20 wiersze
295 B
Plaintext
Czysty Zwykły widok Historia

2021-11-24 04:30:26 +00:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
2021-12-24 22:55:21 +00:00
"vector": "cpp",
2022-01-11 00:54:14 +00:00
"algorithm": "cpp",
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
2022-01-30 07:46:48 +00:00
"initializer_list": "cpp",
"*.tcc": "cpp"
}
}
2021-11-24 04:30:26 +00:00
}