Skip to content

Commit

Permalink
devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Nov 7, 2024
1 parent dbc6ddf commit 43097d8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "ic-alloy-toolkit",
"image": "ghcr.io/dfinity/icp-dev-env:13",
"forwardPorts": [
4943
],
"portsAttributes": {
"4943": {
"label": "dfx",
"onAutoForward": "ignore"
}
},
"workspaceMount": "source=${localWorkspaceFolder},target=/ic,type=bind",
"workspaceFolder": "/ic",
"customizations": {
"vscode": {
"extensions": [
"tamasfe.even-better-toml",
"rust-lang.rust-analyzer"
]
},
"codespaces": {
"openFiles": [
"README.md"
]
}
}
}

0 comments on commit 43097d8

Please sign in to comment.