Skip to content

Commit

Permalink
add devcontainer config (#1022)
Browse files Browse the repository at this point in the history
* add devcontainer config
  • Loading branch information
jgreat authored Nov 20, 2024
1 parent 7a5c094 commit b749267
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"image": "mobilecoin/fat-devcontainer:v0.0.38",
"forwardPorts": [
9090
],
"capAdd": ["SYS_PTRACE"],
"containerEnv": {
"MC_CHAIN_ID": "local",
"RUST_BACKTRACE": "1",
"SGX_MODE": "SW"
},
"remoteUser": "sentz",
"postCreateCommand": "/usr/local/bin/startup-devcontainer.sh",
"customizations": {
"vscode": {
"extensions": [
"fill-labs.dependi",
"github.vscode-github-actions",
"GitHub.copilot",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"rust-lang.rust-analyzer",
"timonwong.shellcheck",
"be5invis.toml",
"redhat.vscode-yaml"
]
}
}
}

0 comments on commit b749267

Please sign in to comment.