Skip to content

Commit

Permalink
fixup! Add devcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Inoue <[email protected]>
  • Loading branch information
musaprg authored and utam0k committed Sep 23, 2024
1 parent ecd6554 commit a84f16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
19 changes: 0 additions & 19 deletions .devcontainer/Dockerfile

This file was deleted.

10 changes: 2 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
{
"name": "oci-spec-rs",
"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye",
"customizations": {
"vscode": {
"settings": {
"lldb.executable": "/usr/bin/lldb",
"files.watcherExclude": {
"**/target/**": true
},
"rust-analyzer.checkOnSave.command": "clippy"
},
"extensions": [
"vadimcn.vscode-lldb",
"mutantdino.resourcemonitor",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates"
"tamasfe.even-better-toml"
]
}
},
"build": {
"dockerfile": "Dockerfile"
}
}

0 comments on commit a84f16e

Please sign in to comment.