2020-09-07 18:18:46 +02:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"files.associations": {
|
2021-03-04 23:26:57 +01:00
|
|
|
"functional": "cpp",
|
2020-09-07 18:18:46 +02:00
|
|
|
"*.tcc": "cpp",
|
2021-03-04 23:26:57 +01:00
|
|
|
"map": "cpp",
|
|
|
|
"*.cps": "javascript",
|
2020-09-07 18:18:46 +02:00
|
|
|
"bitset": "cpp",
|
|
|
|
"algorithm": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"limits": "cpp",
|
2020-09-21 20:42:24 +02:00
|
|
|
"streambuf": "cpp",
|
2020-10-16 15:03:51 +02:00
|
|
|
"string": "cpp",
|
2020-12-28 14:57:17 +01:00
|
|
|
"typeinfo": "cpp",
|
2021-03-04 23:26:57 +01:00
|
|
|
"cmath": "cpp",
|
2021-05-26 22:25:12 +02:00
|
|
|
"iterator": "cpp",
|
|
|
|
"array": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"utility": "cpp"
|
2020-09-07 18:18:46 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|