Newer
Older
tree-os / .vscode / settings.json
@lukas lukas on 2 Apr 2021 135 bytes cleanup
{
    "files.associations": {
        "cursor.h": "c",
        "alloc.h": "c",
        "stdio.h": "c",
        "tree-os.h": "c"
    }
}