This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c8e4cad63 For vscode users, automatically use ms-vscode.cmake-tools 
(#10810)
3c8e4cad63 is described below

commit 3c8e4cad631216e96f2faeb68409f0346501ce90
Author: Phong Nguyen <p...@nxp.io>
AuthorDate: Tue Nov 28 10:24:40 2023 -0800

    For vscode users, automatically use ms-vscode.cmake-tools (#10810)
---
 .vscode/c_cpp_properties.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 2e27e41b97..3c41715dfb 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -59,7 +59,8 @@
             "compilerPath": "/usr/bin/clang",
             "cStandard": "c11",
             "cppStandard": "c++17",
-            "compilerArgs": []
+            "compilerArgs": [],
+            "configurationProvider": "ms-vscode.cmake-tools"
         },
         {
             "name": "Linux",
@@ -162,4 +163,4 @@
         }
     ],
     "version": 4
-}
+}
\ No newline at end of file

Reply via email to