From 137d0c196ea196217c6e9cc4e9bd0baeddc41c9a Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 22 Jul 2019 00:00:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Avoid=20specifying=20each=20file?= =?UTF-8?q?=20by=20nam,e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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" } }