2024-07-06 15:07:24 +02:00
|
|
|
{
|
|
|
|
"cmake.configureOnOpen": true,
|
|
|
|
"files.associations": {
|
|
|
|
"iostream": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"string": "cpp",
|
2024-07-07 16:03:27 +02:00
|
|
|
"format": "cpp",
|
2024-08-11 17:56:14 +02:00
|
|
|
"string.h": "c",
|
|
|
|
"chrono": "cpp",
|
|
|
|
"text_encoding": "cpp",
|
|
|
|
"typeinfo": "cpp"
|
2024-07-06 15:07:24 +02:00
|
|
|
}
|
|
|
|
}
|