Skip to content

Conversation

@skkk98
Copy link

@skkk98 skkk98 commented Dec 21, 2022

Added Cycle Graph Function in the graph_generation.c file.

Comment on lines 1 to 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
} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for rectifying it. Should I remove these files and create a new Pull Request?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove the files and commit them here, and the PR would be updated automatically. No need for creating a new PR.

Comment on lines 1 to 6
{
"C_Cpp.errorSquiggles": "Disabled",
"files.associations": {
"parsenodes.h": "c"
}
} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same goes for this

@markgomer markgomer mentioned this pull request Jan 5, 2023
@jrgemignani jrgemignani requested a review from JoshInnis January 30, 2023 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants