mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
21 lines
No EOL
545 B
JSON
21 lines
No EOL
545 B
JSON
{
|
|
"name": "rust-grin-devcontainer",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"vadimcn.vscode-lldb",
|
|
"tamasfe.even-better-toml",
|
|
"rust-lang.rust-analyzer",
|
|
"esbenp.prettier-vscode",
|
|
"github.copilot",
|
|
"github.copilot-chat"
|
|
]
|
|
}
|
|
},
|
|
"runArgs": ["--privileged", "-v", "/sys/fs/cgroup:/sys/fs/cgroup:ro", "-v", "/tmp:/tmp"]
|
|
} |