Skip to content

Commit

Permalink
chore: Add cSpell VS Code extension suggestion
Browse files Browse the repository at this point in the history
- All the workds in the settings.json are already in the dictionary
- Extension will be "recommended" when opening the workspace in VS Code
  • Loading branch information
nschonni committed Jul 1, 2019
1 parent ddfcdf5 commit d1f5686
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.DS_*
node_modules
.vscode/*
!.vscode/extensions.json
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker"
]
}
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

0 comments on commit d1f5686

Please sign in to comment.