Skip to content

Commit

Permalink
Move config out of vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Sep 25, 2024
1 parent 9b210cb commit 96f3b15
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,5 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
},
"cSpell.languageSettings": [
{
"languageId": "*",
"locale": "en",
"dictionaries": [
"wordsEn"
]
},
{
"languageId": "*",
"locale": "en-US",
"dictionaries": [
"wordsEn"
]
},
{
"languageId": "*",
"dictionaries": [
"companies",
"softwareTerms",
"misc"
]
},
{
"languageId": "ruby",
"dictionaries": [
"ruby"
]
}
],
}

0 comments on commit 96f3b15

Please sign in to comment.