Skip to content

Commit

Permalink
Add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Dec 11, 2023
1 parent 015f2a5 commit df3e817
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Rust",
"image": "mcr.microsoft.com/vscode/devcontainers/rust:1",
"customizations": {
"vscode": {
"extensions": ["rust-lang.rust-analyzer"]
}
},
"remoteUser": "vscode"
}

0 comments on commit df3e817

Please sign in to comment.