Skip to content

Commit

Permalink
chore: add instructions for conventional commit message format in VSC…
Browse files Browse the repository at this point in the history
…ode settings
  • Loading branch information
jooyoungseo committed Dec 21, 2024
1 parent ead96c1 commit 7940ce6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,15 @@
"git.enableSmartCommit": true,
"git.smartCommitChanges": "all",
"git.postCommitCommand": "sync",
"conventionalCommits.scopes": [
".vscode"
],
"conventionalCommits.scopes": [".vscode"],
"github.copilot.chat.codeGeneration.instructions": [
{
"file": ".vscode/copilot_instruction.md"
}
],
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"text": "Use conventional commit message format."
}
]
}

0 comments on commit 7940ce6

Please sign in to comment.