Skip to content

Commit 683e07e

Browse files
chore(doc): auto generate docs
1 parent 01f79f8 commit 683e07e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

doc/CopilotChat.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ COMMANDS COMING FROM DEFAULT PROMPTS
149149
- `:CopilotChatDocs` - Please add documentation comment for the selection
150150
- `:CopilotChatTests` - Please generate tests for my code
151151
- `:CopilotChatCommit` - Write commit message for the change with commitizen convention
152-
- `:CopilotChatCommitStaged` - Write commit message for the change with commitizen convention
153152

154153

155154
API ~
@@ -286,12 +285,6 @@ Also see here </lua/CopilotChat/config.lua>:
286285
prompt = 'Write commit message for the change with commitizen convention. Make sure the title has maximum 50 characters and message is wrapped at 72 characters. Wrap the whole message in code block with language gitcommit.',
287286
selection = select.gitdiff,
288287
},
289-
CommitStaged = {
290-
prompt = 'Write commit message for the change with commitizen convention. Make sure the title has maximum 50 characters and message is wrapped at 72 characters. Wrap the whole message in code block with language gitcommit.',
291-
selection = function(source)
292-
return select.gitdiff(source, true)
293-
end,
294-
},
295288
},
296289

297290
-- default window options

0 commit comments

Comments
 (0)