Skip to content

Commit

Permalink
Update extensions.json (#160)
Browse files Browse the repository at this point in the history
Update `extensions.json` with all of the extensions we use as a team for
this specific repo.
  • Loading branch information
nbarbettini authored Nov 20, 2024
1 parent 2798cc0 commit 6ca856b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"recommendations": ["charliermarsh.ruff", "esbenp.prettier-vscode"]
"recommendations": [
"charliermarsh.ruff",
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker",
"editorconfig.editorconfig",
"ms-python.vscode-pylance"
]
}

0 comments on commit 6ca856b

Please sign in to comment.