Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapo-o-chka authored Dec 28, 2024
1 parent dace1b6 commit 3255c9c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Rust Development",
"build": {
"dockerfile": "Dockerfile"
},
"settings": {
"editor.formatOnSave": true,
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": [
"rust-lang.rust-analyzer",
"matklad.rust-analyzer",
"vadimcn.vscode-lldb"
],
"postCreateCommand": "cargo install --locked cargo-edit && rustup component add clippy rustfmt"
}

0 comments on commit 3255c9c

Please sign in to comment.