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:
parent
2798cc0820
commit
6ca856bd4f
1 changed files with 7 additions and 1 deletions
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
|
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue