From 527bd60f5282eb7e8104940099f8c65ba9435a58 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Thu, 30 Dec 2021 16:55:56 +0100 Subject: [PATCH] Update Visual Studio Code settings --- .vscode/settings.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 578d1c7..dd72655 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,5 @@ { "files.associations": { - "time.h": "c", - "signal.h": "c", - "execinfo.h": "c", - "dlfcn.h": "c", - "siginfo_t.h": "c" + "*.h": "c" } } \ No newline at end of file