flecs_tests/.vscode/settings.json

25 lines
580 B
JSON

{
"files.associations": {
"sokol_app.h": "c",
"emsc.h": "c",
"gl3.h": "c",
"sokol_gp.h": "c",
"sokol_glue.h": "c",
"sokol_gfx.h": "c",
"webgpu.h": "c",
"html5.h": "c",
"emscripten.h": "c",
"stddef.h": "c",
"flecs.h": "c",
"stdlib.h": "c",
"math.h": "c",
"stdio.h": "c",
"sokol_memtrack.h": "c",
"type_traits": "cpp",
"limits": "cpp",
"ratio": "cpp",
"sokol_log.h": "c",
"syslog.h": "c",
"base.h": "c"
}
}