Skip to content

Commit

Permalink
chore(settings): add conventional commit scopes for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed May 13, 2022
1 parent 77d0a36 commit 18a51b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"conventionalCommits.scopes": [
"extension-link",
"settings"
]
}

0 comments on commit 18a51b4

Please sign in to comment.