Unverified Commit f1ae9dac authored by Oliver Hathaway's avatar Oliver Hathaway Committed by GitHub

Fixes #1357 (#1358)

Update VS Code extension references from 'ms-azuretools.vscode-docker' to 'ms-azuretools.vscode-containers' in Docker features
Co-authored-by: 's avatarÁlvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
parent 40021c79
...@@ -29,7 +29,7 @@ Create child containers *inside* a container, independent from the host's docker ...@@ -29,7 +29,7 @@ Create child containers *inside* a container, independent from the host's docker
### VS Code Extensions ### VS Code Extensions
- `ms-azuretools.vscode-docker` - `ms-azuretools.vscode-containers`
## Limitations ## Limitations
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"ms-azuretools.vscode-docker" "ms-azuretools.vscode-containers"
], ],
"settings": { "settings": {
"github.copilot.chat.codeGeneration.instructions": [ "github.copilot.chat.codeGeneration.instructions": [
......
...@@ -28,7 +28,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv ...@@ -28,7 +28,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv
### VS Code Extensions ### VS Code Extensions
- `ms-azuretools.vscode-docker` - `ms-azuretools.vscode-containers`
## Limitations ## Limitations
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"ms-azuretools.vscode-docker" "ms-azuretools.vscode-containers"
], ],
"settings": { "settings": {
"github.copilot.chat.codeGeneration.instructions": [ "github.copilot.chat.codeGeneration.instructions": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment