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 +2
-8
lines changed
docker-in-docker-compose/.devcontainer
docker-in-docker/.devcontainer Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 8
8
// Use 'settings' to set *default* container specific settings.json values on container create.
9
9
// You can edit these settings after create using File > Preferences > Settings > Remote.
10
10
"settings" : {
11
- "terminal.integrated.shell.linux" : " /bin/bash" ,
12
- "remote.extensionKind" : {
13
- "ms-azuretools.vscode-docker" : " workspace"
14
- }
11
+ "terminal.integrated.shell.linux" : " /bin/bash"
15
12
},
16
13
17
14
// 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 16
16
// Use 'settings' to set *default* container specific settings.json values on container create.
17
17
// You can edit these settings after create using File > Preferences > Settings > Remote.
18
18
"settings" : {
19
- "terminal.integrated.shell.linux" : " /bin/bash" ,
20
- "remote.extensionKind" : {
21
- "ms-azuretools.vscode-docker" : " workspace"
22
- }
19
+ "terminal.integrated.shell.linux" : " /bin/bash"
23
20
},
24
21
25
22
// Uncomment the next line if you want to publish any ports.
You can’t perform that action at this time.
0 commit comments