chore(.vscode): 🔧 Track conventional commit scopes for vscode plugin

I do want to try my hand at WebStorm so adding this now seems silly but oh well~
This commit is contained in:
BuyMyMojo 2024-12-20 13:28:03 +11:00
parent b0917f04c6
commit 9c8e5523c3

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"conventionalCommits.scopes": [
"FriendLink.astro",
"astro.config.mjs",
".vscode"
]
}