lwmem/.vscode/settings.json

17 lines
392 B
JSON
Raw Normal View History

2022-05-18 20:37:13 +02:00
{
"files.associations": {
"lwevt_types.h": "c",
"lwevt_type.h": "c",
"lwevt.h": "c",
"string.h": "c",
2023-11-20 21:18:28 +01:00
"lwevt_opt.h": "c",
"streambuf": "c",
"lwmem.h": "c",
"lwmem_opt.h": "c",
"array": "c",
"string_view": "c",
2023-11-20 21:32:57 +01:00
"initializer_list": "c",
"limits.h": "c"
2022-05-18 20:37:13 +02:00
},
2023-11-20 21:32:57 +01:00
"esbonio.sphinx.confDir": ""
2022-05-18 20:37:13 +02:00
}