Skip to content

Commit

Permalink
minor devcontainer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
njelich committed Feb 1, 2024
1 parent c7284db commit 204fa5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// 👇 Configure tool-specific properties.
// "customizations": {},

// "remoteUser": "vscode",
"remoteUser": "vscode",

"customizations": {
"codespaces": {
Expand Down
2 changes: 2 additions & 0 deletions .devcontainer/init.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Get correct rust for repo (will be redundant once repo changes to stable)
cargo

# Cache images that will be used on source verification
docker image pull nearprotocol/contract-builder:latest-amd64
2 changes: 1 addition & 1 deletion .devcontainer/near-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"version": "0.1.0",
"description": "A feature to install the near-cli",
"options": {},
"installsAfter": []
"installsAfter": ["ghcr.io/devcontainers/features/rust", "ghcr.io/lee-orr/rusty-dev-containers/cargo-binstall"]
}

0 comments on commit 204fa5d

Please sign in to comment.