Skip to content

Commit

Permalink
update dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 15, 2023
1 parent d3d21cb commit 86c73c3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.192.0/containers/docker-in-docker
{
"name": "Acala",
"overrideCommand": false,
"build": {
"dockerfile": "Dockerfile",
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},

"customizations": {
// Set *default* container specific settings.json values on container create.
"settings": {
"lldb.executable": "/usr/bin/lldb",
// VS Code don't watch files under ./target
Expand All @@ -20,7 +17,6 @@
},
"rust-analyzer.checkOnSave.command": "clippy"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-azuretools.vscode-docker",
"vadimcn.vscode-lldb",
Expand All @@ -30,13 +26,6 @@
"serayuzgur.crates"
]
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [30333, 9944],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "docker --version",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}

0 comments on commit 86c73c3

Please sign in to comment.