Skip to content

Commit

Permalink
feat: Add Code Spell Checker as a recommended extension
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Apr 14, 2024
1 parent 11e67a8 commit 8e6d6eb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"extensions": [
"EditorConfig.EditorConfig",
"ms-vscode.powershell",
"streetsidesoftware.code-spell-checker",
"TylerLeonhardt.vscode-inline-values-powershell",
"yzhang.markdown-all-in-one"
]
Expand Down
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"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"extensions": [
"EditorConfig.EditorConfig",
"ms-vscode.powershell",
"streetsidesoftware.code-spell-checker",
"TylerLeonhardt.vscode-inline-values-powershell",
"yzhang.markdown-all-in-one"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"streetsidesoftware.code-spell-checker"
]
}

0 comments on commit 8e6d6eb

Please sign in to comment.