Skip to content

Commit

Permalink
chore(vscode): add conventional commit scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
kinghat committed Sep 9, 2023
1 parent ce36fca commit 70cf4ee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"task.allowAutomaticTasks": "on",
"conventionalCommits.scopes": ["editor", "package", "vscode", "devcontainer"]
"conventionalCommits.scopes": [
"editor",
"package",
"vscode",
"devcontainer",
"tabs",
"component"
]
}

0 comments on commit 70cf4ee

Please sign in to comment.