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