Skip to content

Commit f6d9d39

Browse files
committed
Add Copilot commit message generation instructions
- Include instructions for GitHub Copilot to generate commit messages - Reference the instructions file located at ".github/copilot-commit-message-instructions.md"
1 parent b8588e8 commit f6d9d39

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@
3939
"**/mypy_cache": true,
4040
"**/package-lock.json": true,
4141
"**/uv.lock": true
42-
}
42+
},
43+
"github.copilot.chat.commitMessageGeneration.instructions": [
44+
{
45+
"file": ".github/copilot-commit-message-instructions.md"
46+
}
47+
]
4348
}

0 commit comments

Comments
 (0)