mirror of
https://github.com/notohh/rustlings.git
synced 2024-10-30 16:59:12 -04:00
77903200a0
It's already in the vendor-specific .vscode files.
7 lines
195 B
JSON
7 lines
195 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/rust:1",
|
|
"updateContentCommand": "cargo build",
|
|
"remoteEnv": {
|
|
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
|
|
}
|
|
}
|