]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Tell vscode to use configured includePath
authorNick Porter <nick@portercomputing.co.uk>
Thu, 2 May 2024 08:18:07 +0000 (09:18 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 6 Jun 2024 10:43:11 +0000 (11:43 +0100)
.vscode/c_cpp_properties.json

index 2b84e254916ad77f5e5425e339239ba91db2f622..fa60570c310e125004bcf0f4a88b35f2286a8af8 100644 (file)
@@ -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
+}