lwshell/.vscode/settings.json

14 lines
318 B
JSON
Raw Normal View History

2022-05-18 20:37:14 +02:00
{
"files.associations": {
"lwevt_types.h": "c",
"lwevt_type.h": "c",
"lwevt.h": "c",
"string.h": "c",
"lwevt_opt.h": "c",
"lwshell.h": "c",
"lwshell_opt.h": "c",
"lwshell_opts.h": "c",
"typeinfo": "c"
2022-05-18 20:37:14 +02:00
},
"esbonio.sphinx.confDir": ""
}