File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/extension/prompts/node/git Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ export class GitCommitMessagePrompt extends PromptElement<GitCommitMessagePrompt
5959 </ >
6060 ) ) }
6161 </ Tag >
62- < Tag priority = { 900 } name = 'reminder' >
62+ < Tag priority = { 950 } name = 'reminder' >
6363 Now generate a commit messages that describe the CODE CHANGES.< br />
6464 DO NOT COPY commits from RECENT COMMITS, but use it as reference for the commit style.< br />
6565 ONLY return a single markdown code block, NO OTHER PROSE!< br />
6666 < UnsafeCodeBlock languageId = 'text' code = 'commit message goes here' />
6767 </ Tag >
68- < Tag priority = { 750 } name = 'custom-instructions' >
68+ < Tag priority = { 950 } name = 'custom-instructions' >
6969 < CustomInstructions
7070 chatVariables = { undefined }
7171 customIntroduction = 'When generating the commit message, please use the following custom instructions provided by the user.'
You can’t perform that action at this time.
0 commit comments