You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/CopilotChat.txt
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,6 @@ COMMANDS COMING FROM DEFAULT PROMPTS
149
149
- `:CopilotChatDocs` - Please add documentation comment for the selection
150
150
- `:CopilotChatTests` - Please generate tests for my code
151
151
- `:CopilotChatCommit` - Write commit message for the change with commitizen convention
152
-
- `:CopilotChatCommitStaged` - Write commit message for the change with commitizen convention
153
152
154
153
155
154
API ~
@@ -286,12 +285,6 @@ Also see here </lua/CopilotChat/config.lua>:
286
285
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.',
287
286
selection = select.gitdiff,
288
287
},
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.',
0 commit comments