mirror of https://github.com/o2sh/onefetch.git
2 changed files with 10 additions and 5 deletions
@ -0,0 +1,3 @@ |
|||||||
|
ARG VARIANT="buster" |
||||||
|
FROM mcr.microsoft.com/devcontainers/rust:1-${VARIANT} |
||||||
|
RUN sudo apt update && sudo apt install -y cmake |
||||||
@ -1,7 +1,9 @@ |
|||||||
{ |
{ |
||||||
"name": "Rust", |
"name": "Rust", |
||||||
"image": "mcr.microsoft.com/devcontainers/rust:1-buster", |
"build": { |
||||||
"extensions": [ |
"dockerfile": "Dockerfile", |
||||||
"EditorConfig.EditorConfig" |
"args": { "VARIANT": "buster" } |
||||||
] |
}, |
||||||
|
"extensions": ["EditorConfig.EditorConfig"], |
||||||
|
"remoteUser": "vscode" |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue