From: Nick Porter Date: Thu, 2 May 2024 08:18:07 +0000 (+0100) Subject: Tell vscode to use configured includePath X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd6aa23b34123e467140c3ba6fdf8b5abf1bbe3;p=thirdparty%2Ffreeradius-server.git Tell vscode to use configured includePath --- diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 2b84e254916..fa60570c310 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -16,6 +16,7 @@ "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++14", + "mergeConfigurations": true, "intelliSenseMode": "linux-clang-x64" }, { @@ -33,8 +34,9 @@ "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++14", + "mergeConfigurations": true, "intelliSenseMode": "linux-clang-x64" } ], "version": 4 -} \ No newline at end of file +}