From b88054dd34bbcf1b5c31484ee45407db2496ad04 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Wed, 30 Nov 2022 01:03:10 +0100 Subject: [PATCH] Add makefile tools --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 2f473cf..3731520 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -8,7 +8,8 @@ "defines": [], "compilerPath": "/usr/local/cuda-10.0/bin/nvcc", "cStandard": "c17", - "cppStandard": "c++14" + "cppStandard": "c++14", + "configurationProvider": "ms-vscode.makefile-tools" } ], "version": 4