Files
RustPython/.devcontainer/devcontainer.json
2023-01-09 22:22:17 +00:00

7 lines
130 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
}