This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
docker-existing-docker-compose/.devcontainer
docker-existing-dockerfile/.devcontainer Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
// Use 'settings' to set *default* container specific settings.json values on container create.
21
21
// You can edit these settings after create using File > Preferences > Settings > Remote.
22
22
"settings" : {
23
- "terminal.integrated.shell.linux" : " /bin/bash"
23
+ // Uncomment to ensure your container runs using the correct shell for terminals and tasks
24
+ // "terminal.integrated.shell.linux": "/bin/bash"
24
25
},
25
26
26
27
// Uncomment the next line if you want start specific services in your Docker Compose config.
Original file line number Diff line number Diff line change 24
24
// Use 'settings' to set *default* container specific settings.json values on container create.
25
25
// You can edit these settings after create using File > Preferences > Settings > Remote.
26
26
"settings" : {
27
- "terminal.integrated.shell.linux" : " /bin/bash"
27
+ // Uncomment to ensure your container runs using the correct shell for terminals and tasks
28
+ // "terminal.integrated.shell.linux": "/bin/bash"
28
29
},
29
30
30
31
// Uncomment the next line if you want to publish any ports.
You can’t perform that action at this time.
0 commit comments