From 12b7ae0b22767f107c9fc1c0d1fdcc7a0913a765 Mon Sep 17 00:00:00 2001 From: Edi De Candido Date: Tue, 16 May 2023 11:31:39 +0200 Subject: [PATCH] Fix sigset_t conflict --- .vscode/c_cpp_properties.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 1417d5e..590ee2c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -9,8 +9,7 @@ "compilerPath": "/usr/bin/gcc", "cStandard": "gnu11", "cppStandard": "c++14", - "intelliSenseMode": "linux-clang-x64", - "configurationProvider": "ms-vscode.makefile-tools" + "intelliSenseMode": "linux-clang-x64" } ], "version": 4