From 832f070dd2b48f9cc84d48d6f01cde7ea4eb1e6a Mon Sep 17 00:00:00 2001 From: Aidan Cole Date: Fri, 12 Jan 2024 09:51:38 +0000 Subject: [PATCH] Correct the tooltip for File Extensions --- Open AI Code Review/src/task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open AI Code Review/src/task.json b/Open AI Code Review/src/task.json index 7728aba..00373e3 100644 --- a/Open AI Code Review/src/task.json +++ b/Open AI Code Review/src/task.json @@ -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",