Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 authored Jul 2, 2024
1 parent 3f1587f commit 240ca7d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
"ghcr.io/devcontainers/features/common-utils": {},
"ghcr.io/devcontainers/features/git": {}
},
"postCreateCommand": "curl -fsSL https://raw.githubusercontent.com/gvatsal60/Linux-Aliases/HEAD/main.sh | sh"
// Disabled due to codespaces
// "runArgs": [
// "--rm",
// "--name=${containerEnv}:${containerWorkspaceFolder}:${devcontainerId}-vsc"
// ]
"postCreateCommand": "curl -fsSL https://raw.githubusercontent.com/gvatsal60/Linux-Aliases/HEAD/main.sh | sh",
"runArgs": [
"--name=${containerEnv}:${containerWorkspaceFolder}:${devcontainerId}-vsc"
]
}

0 comments on commit 240ca7d

Please sign in to comment.