Update `extensions.json` with all of the extensions we use as a team for this specific repo.
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"recommendations": [
|
|
"charliermarsh.ruff",
|
|
"esbenp.prettier-vscode",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"editorconfig.editorconfig",
|
|
"ms-python.vscode-pylance"
|
|
]
|
|
}
|