You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/12/25 14:54:34 UTC

[GitHub] [age] GhostVaibhav commented on a diff in pull request #400: Create Cycle Graph Function

GhostVaibhav commented on code in PR #400:
URL: https://github.com/apache/age/pull/400#discussion_r1056964232


##########
.vscode/c_cpp_properties.json:
##########
@@ -0,0 +1,17 @@
+{
+    "configurations": [
+        {
+            "name": "Linux",
+            "includePath": [
+                "${workspaceFolder}/**",
+                "/home/kalyan/Documents/pgsql-11.17/**"
+            ],
+            "defines": [],
+            "compilerPath": "/usr/bin/gcc",
+            "cStandard": "gnu17",
+            "cppStandard": "gnu++17",
+            "intelliSenseMode": "linux-gcc-x64"
+        }
+    ],
+    "version": 4
+}

Review Comment:
   Always be sure, **not** to include the files with your environment details (unless required/specified)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org