Skip to content

Commit

Permalink
Correct the tooltip for File Extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Cole committed Jan 12, 2024
1 parent 6d7f26a commit 832f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Open AI Code Review/src/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"label": "File Extensions",
"defaultValue": "",
"required": false,
"helpMarkDown": "Specify a comma-separated list of file extensions for which you want to perform a code review. This input helps narrow down the scope of the code review to specific file types.\n\n**Example:**\n```plaintext\n\"js,ts,css,html\"\n```\n\nMake sure to provide the file extensions without spaces after the commas."
"helpMarkDown": "Specify a comma-separated list of file extensions for which you want to perform a code review. This input helps narrow down the scope of the code review to specific file types.\n\n**Example:**\n```plaintext\n\".js,.ts,.css,.html\"\n```\n\nMake sure to provide the file extensions without spaces after the commas."
},
{
"name": "file_excludes",
Expand Down

1 comment on commit 832f070

@a1dancole
Copy link
Owner

Choose a reason for hiding this comment

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

#1

Please sign in to comment.