Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 2c5ebc5

Browse files
committed
Update dev container definitions
(Docker extension defaults to workspace extension)
1 parent a894bee commit 2c5ebc5

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

containers/docker-in-docker-compose/.devcontainer/devcontainer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
// Use 'settings' to set *default* container specific settings.json values on container create.
99
// You can edit these settings after create using File > Preferences > Settings > Remote.
1010
"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"
1512
},
1613

1714
// Uncomment the next line if you want start specific services in your Docker Compose config.

containers/docker-in-docker/.devcontainer/devcontainer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
// Use 'settings' to set *default* container specific settings.json values on container create.
1717
// You can edit these settings after create using File > Preferences > Settings > Remote.
1818
"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"
2320
},
2421

2522
// Uncomment the next line if you want to publish any ports.

0 commit comments

Comments
 (0)