/ .vscode / settings.json
settings.json
 1  {
 2    "files.associations": {
 3      "Makefile": "makefile",
 4      "LICENCE": "plaintext",
 5      "*.h": "c",
 6      "array": "c",
 7      "string": "c",
 8      "string_view": "c",
 9      "span": "c",
10      "random": "c"
11    }
12  }