Skip to content

Commit

Permalink
chore: .devcontainer, remove sparse_protocol and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jun 23, 2023
1 parent 4123912 commit 0e1ad2a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

"postCreateCommand": "cargo install typos-cli tauri-cli && npm install -g npm-check-updates",

"containerEnv": {
"CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse"
},

"customizations": {
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
Expand Down Expand Up @@ -58,11 +54,6 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {

},
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest",
"moby": true,
"dockerDashComposeVersion":"v2"
},
"ghcr.io/devcontainers/features/git:1": {
"version":"os-provided"
Expand Down

0 comments on commit 0e1ad2a

Please sign in to comment.