mySQL/.vscode/settings.json
2023-09-26 19:34:38 +02:00

21 lines
476 B
JSON

{
"files.associations": {
"string": "cpp",
"vector": "cpp",
"deque": "cpp",
"ostream": "cpp",
"future": "cpp",
"optional": "cpp",
"array": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"utility": "cpp",
"mutex": "cpp",
"iostream": "cpp",
"*.tcc": "cpp",
"fstream": "cpp",
"new": "cpp",
"thread": "cpp",
"chrono": "cpp"
}
}