Update extensions.json (#160)

Update `extensions.json` with all of the extensions we use as a team for
this specific repo.
This commit is contained in:
Nate Barbettini 2024-11-20 12:24:56 -08:00 committed by GitHub
parent 2798cc0820
commit 6ca856bd4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
]
}