Skip to content

Commit

Permalink
improve devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
weclaw1 committed Jun 9, 2024
1 parent 8a0eada commit 8d648be
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
"dockerfile": "Dockerfile"
},

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "cat /etc/os-release",
"containerEnv": {
"SHELL": "/bin/bash"
},

// Configure tool-specific properties.
"mounts": [
"source=${localEnv:HOME},target=/home/${localEnv:USER},type=bind,consistency=cached"
],

"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 8d648be

Please sign in to comment.