browsertrix/.vscode/extensions.json
sua yoo 73f9f949af
chore: Add pylint to vscode extensions (#2387)
No issue created for this, small devex improvement after I noticed
linting errors weren't surfaced in vscode.
2025-02-12 19:40:27 -08:00

13 lines
275 B
JSON

{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"runem.lit-plugin",
"bradlc.vscode-tailwindcss",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"ms-python.black-formatter",
"ms-python.pylint"
]
}