{
    "files.associations": {
        "stdio.h": "c",
        "types.h": "c"
    },

    // this setting isn't "unknown", its just for troubleshooting,
    // but it fixes the vscode.dev cursor on ChromeOS.
    "editor.disableMonospaceOptimizations": true,
    "makefile.configureOnOpen": false

}