Sign inSign up

philcompton/dev-rust

By philcompton

•Updated over 1 year ago

vscode devcontainer for rust development

Image
Developer tools
0

271

philcompton/dev-rust repository overview

.devcontainer/devcontainer.json

{
  "image": "philcompton/dev-rust:latest",
  "containerUser": "vscode",
  "customizations": {
    "vscode": {
      "extensions": [
        "rust-lang.rust-analyzer"
      ]
    }
  }
}

Tag summary

Content type

Image

Digest

sha256:430783649…

Size

569.2 MB

Last updated

over 1 year ago

docker pull philcompton/dev-rust