Create Cycle Graph Function by skkk98 · Pull Request #400 · apache/age
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 |
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)
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?
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 |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same goes for this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters