You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/05/17 20:58:31 UTC

[trafficserver] branch master updated: Adds a couple of more include dirs to vscode

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 a651edc  Adds a couple of more include dirs to vscode
a651edc is described below

commit a651edc89a2d91c581102a91427c44089f466ffe
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu May 17 14:22:43 2018 -0600

    Adds a couple of more include dirs to vscode
---
 .vscode/c_cpp_properties.json | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 626127c..1a3185f 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -24,6 +24,7 @@
                 "${workspaceFolder}/lib/records",
                 "${workspaceFolder}/lib/ts",
                 "${workspaceFolder}/mgmt",
+                "${workspaceFolder}/mgmt/api",
                 "${workspaceFolder}/mgmt/api/include",
                 "${workspaceFolder}/mgmt/utils",
                 "${workspaceFolder}/proxy",
@@ -33,7 +34,8 @@
                 "${workspaceFolder}/proxy/http",
                 "${workspaceFolder}/proxy/http/remap",
                 "${workspaceFolder}/proxy/http2",
-                "${workspaceFolder}/proxy/logging"
+                "${workspaceFolder}/proxy/logging",
+                "${workspaceFolder}/proxy/shared"
             ],
             "defines": [],
             "intelliSenseMode": "clang-x64",
@@ -76,6 +78,7 @@
                 "${workspaceFolder}/lib/records",
                 "${workspaceFolder}/lib/ts",
                 "${workspaceFolder}/mgmt",
+                "${workspaceFolder}/mgmt/api",
                 "${workspaceFolder}/mgmt/api/include",
                 "${workspaceFolder}/mgmt/utils",
                 "${workspaceFolder}/proxy",
@@ -85,7 +88,8 @@
                 "${workspaceFolder}/proxy/http",
                 "${workspaceFolder}/proxy/http/remap",
                 "${workspaceFolder}/proxy/http2",
-                "${workspaceFolder}/proxy/logging"
+                "${workspaceFolder}/proxy/logging",
+                "${workspaceFolder}/proxy/shared"
             ],
             "defines": [],
             "intelliSenseMode": "clang-x64",
@@ -117,6 +121,7 @@
                 "${workspaceFolder}/lib/records",
                 "${workspaceFolder}/lib/ts",
                 "${workspaceFolder}/mgmt",
+                "${workspaceFolder}/mgmt/api",
                 "${workspaceFolder}/mgmt/api/include",
                 "${workspaceFolder}/mgmt/utils",
                 "${workspaceFolder}/proxy",
@@ -126,7 +131,8 @@
                 "${workspaceFolder}/proxy/http",
                 "${workspaceFolder}/proxy/http/remap",
                 "${workspaceFolder}/proxy/http2",
-                "${workspaceFolder}/proxy/logging"
+                "${workspaceFolder}/proxy/logging",
+                "${workspaceFolder}/proxy/shared"
             ],
             "defines": [
                 "_DEBUG",

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.