flecs_tests/.vscode/settings.json

18 lines
392 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"
}
}