Infinite-Storage-Glitch/.devcontainer/devcontainer.json

14 lines
265 B
JSON

{
"name": "Rust",
"build": {
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "1",
"NODE_VERSION": "none"
}
},
"postCreateCommand": "cargo build",
"remoteUser": "vscode"
}