7 lines
168 B
JSON
7 lines
168 B
JSON
|
{
|
||
|
"name": "rust-devcontainer",
|
||
|
"image": "mcr.microsoft.com/devcontainers/rust:latest",
|
||
|
"postCreateCommand": "rustc --version",
|
||
|
"remoteUser": "vscode"
|
||
|
}
|