feat(VSCode): Add commit message generation instructions for Copilot (#25908)

This commit is contained in:
sogladev
2026-05-24 09:18:34 +02:00
committed by GitHub
parent 0f1f1615e2
commit 8bf01db849
2 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
{
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"file": ".git_commit_template.txt"
},
],
"files.associations": {
"*.dist": "properties",
"*.crash": "properties",