Files
e2b-dev--e2b/.devcontainer/devcontainer.json
T
2023-04-16 23:24:41 +00:00

23 lines
496 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:2": {
"version": "latest"
},
"ghcr.io/shinepukur/devcontainer-features/vale:1": {
"version": "latest"
}
},
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"ms-python.black-formatter",
"ms-python.python",
"ms-python.vscode-pylance",
"bradlc.vscode-tailwindcss",
"ChrisChinchilla.vale-vscode"
]
}
}
}