mirror of https://github.com/o2sh/onefetch.git
2 changed files with 5 additions and 11 deletions
@ -1,4 +0,0 @@
@@ -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 @@
@@ -1,9 +1,7 @@
|
||||
{ |
||||
"name": "Rust", |
||||
"build": { |
||||
"dockerfile": "Dockerfile", |
||||
"args": { "VARIANT": "buster" } |
||||
}, |
||||
"extensions": ["EditorConfig.EditorConfig"], |
||||
"remoteUser": "vscode" |
||||
"name": "Rust", |
||||
"image": "mcr.microsoft.com/devcontainers/rust:1-buster", |
||||
"extensions": [ |
||||
"EditorConfig.EditorConfig" |
||||
] |
||||
} |
||||
|
||||
Loading…
Reference in new issue