Skip to content

Commit

Permalink
Merge pull request #612 from runcom/podman-dev-container
Browse files Browse the repository at this point in the history
chore(devcontainer): setup for podman, add rust-analyzer
  • Loading branch information
mergify[bot] authored Feb 2, 2024
2 parents 3d2dd62 + 9344772 commit da42127
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
"build": {
"dockerfile": "Dockerfile"
},
"containerUser": "vscode",
"updateRemoteUserUID": true,
"containerEnv": {
"HOME": "/home/vscode"
},
"runArgs": [
"--userns=keep-id:uid=1000,gid=1000",
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
Expand All @@ -18,7 +24,8 @@
"mutantdino.resourcemonitor",
"matklad.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates"
"serayuzgur.crates",
"rust-lang.rust-analyzer"
],
"hostRequirements": {
"memory": "4gb"
Expand Down

0 comments on commit da42127

Please sign in to comment.