Files
waterlevel-software/.vscode/settings.json
tobimai 462c5f3db7
Some checks failed
Test project compilation / test (push) Failing after 2m6s
Updated version
2025-11-05 18:56:53 +01:00

27 lines
643 B
JSON

{
"files.associations": {
"iostream": "cpp",
"random": "cpp",
"vector": "cpp",
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"string_view": "cpp",
"memory": "cpp",
"initializer_list": "cpp",
"regex": "cpp",
"istream": "cpp",
"ostream": "cpp",
"chrono": "cpp",
"list": "cpp",
"format": "cpp",
"mutex": "cpp",
"span": "cpp",
"text_encoding": "cpp",
"thread": "cpp",
"*.inc": "cpp",
"cstddef": "cpp"
}
}