Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docker-in-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Create child containers *inside* a container, independent from the host's docker

### VS Code Extensions

- `ms-azuretools.vscode-docker`
- `ms-azuretools.vscode-containers`

## Limitations

Expand Down
2 changes: 1 addition & 1 deletion src/docker-in-docker/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker"
"ms-azuretools.vscode-containers"
],
"settings": {
"github.copilot.chat.codeGeneration.instructions": [
Expand Down
2 changes: 1 addition & 1 deletion src/docker-outside-of-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv

### VS Code Extensions

- `ms-azuretools.vscode-docker`
- `ms-azuretools.vscode-containers`

## Limitations

Expand Down
2 changes: 1 addition & 1 deletion src/docker-outside-of-docker/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker"
"ms-azuretools.vscode-containers"
],
"settings": {
"github.copilot.chat.codeGeneration.instructions": [
Expand Down