Skip to content

Commit

Permalink
simplify devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 13, 2022
1 parent 944ce50 commit 50bb474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/Dockerfile

This file was deleted.

12 changes: 5 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 50bb474

Please sign in to comment.