Skip to content

Commit

Permalink
Add devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jul 20, 2024
1 parent a3412e0 commit 6f23ad2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "xhandler-rust",
"image": "mcr.microsoft.com/devcontainers/rust:bullseye",
"features": {
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"postCreateCommand": "echo \"source /usr/share/bash-completion/completions/git\" >> ~/.bashrc",
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"vadimcn.vscode-lldb",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"github.vscode-github-actions",
"github.vscode-pull-request-github"
]
},
"codespaces": {
"openFiles": [
"README.md"
]
}
}
}

0 comments on commit 6f23ad2

Please sign in to comment.