Files
e2b-dev--e2b/.vscode/extensions.json
T
Tomas Valenta 35083d2b0b Add vale linter
2024-10-15 11:52:54 -07:00

12 lines
289 B
JSON

{
"recommendations": [
"ms-python.black-formatter",
"dbaeumer.vscode-eslint",
"ms-python.vscode-pylance",
"ms-python.python",
"bradlc.vscode-tailwindcss",
"streetsidesoftware.code-spell-checker",
"timonwong.shellcheck",
"chrischinchilla.vale-vscode"
]
}