devcontainer.json 168 B

123456
  1. {
  2. "name": "rust-devcontainer",
  3. "image": "mcr.microsoft.com/devcontainers/rust:latest",
  4. "postCreateCommand": "rustc --version",
  5. "remoteUser": "vscode"
  6. }