Skip to content

Commit

Permalink
feat: update custom project dictionary settings (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Jun 13, 2024
1 parent 3c0932d commit 369f405
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changeset/stupid-rivers-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/.github": minor
---

Release all changes since current

10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cSpell.words": ["bfra"],
"cSpell.customDictionaries": {
"custom": true,
"project-words": {
"addWords": true,
"description": "Project Specific Words",
"name": "project-words",
"path": "${workspaceFolder}/.vscode/spellright.dict"
}
},

"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down
10 changes: 6 additions & 4 deletions .vscode/spellright.dict
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github
autodiscover
bfra
bfra-me
NONINFRINGEMENT
Changesets
bfra.me
bfra
Changesets
github
marcusrbrown
NONINFRINGEMENT

0 comments on commit 369f405

Please sign in to comment.