diff --git a/lua/CopilotChat/init.lua b/lua/CopilotChat/init.lua index 08b2de8d..1542e0f9 100644 --- a/lua/CopilotChat/init.lua +++ b/lua/CopilotChat/init.lua @@ -4,7 +4,7 @@ local M = {} local default_prompts = { Explain = 'Explain how it works.', - Tests = 'Briefly how selected code works then generate unit tests.', + Tests = 'Briefly explain how selected code works then generate unit tests.', } _COPILOT_CHAT_GLOBAL_CONFIG = {}