diff --git a/.vscode/settings.json b/.vscode/settings.json index b6b102b..f8d8e6a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,14 +16,6 @@ "xdelta" ], "files.associations": { - "errno.h": "c", - "getopt.h": "c", - "stdbool.h": "c", - "stdint.h": "c", - "stdio.h": "c", - "stdlib.h": "c", - "string.h": "c", - "time.h": "c", - "unistd.h": "c" + "*.h": "c" } }