Infinite-Storage-Glitch/.devcontainer/devcontainer.json
HistidineDwarf a4e5e24292 Rework
2023-03-05 07:55:05 -08:00

14 lines
265 B
JSON

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