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

14 lines
265 B
JSON
Raw Normal View History

2023-03-05 16:55:05 +01:00
{
"name": "Rust",
"build": {
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "1",
"NODE_VERSION": "none"
}
},
"postCreateCommand": "cargo build",
"remoteUser": "vscode"
}