14 lines
265 B
JSON
14 lines
265 B
JSON
|
{
|
||
|
"name": "Rust",
|
||
|
"build": {
|
||
|
"context": "..",
|
||
|
"dockerfile": "Dockerfile",
|
||
|
"args": {
|
||
|
"VARIANT": "1",
|
||
|
"NODE_VERSION": "none"
|
||
|
}
|
||
|
},
|
||
|
"postCreateCommand": "cargo build",
|
||
|
"remoteUser": "vscode"
|
||
|
}
|