Skip to content

Commit 781e4ee

Browse files
Merge pull request #49279 from ShawnKupfer/WB1683
User Feedback 375768 - Fix incorrect option per UUF feedback
2 parents a008958 + 2e84ec2 commit 781e4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure/use-docker-container-dev-env-vs-code/includes/4-exercise-add-development-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this exercise, you'll add a dev container and open the Products Dashboard pro
77
1. Return to VS Code and the project you cloned earlier.
88
1. Press <kbd>F1</kbd> to open the Command Palette.
99
1. Type **add dev container** and select **Dev Containers: Add Development Container Configuration Files**. This presents a list of [Dev Container Templates](https://containers.dev/implementors/templates/). Templates contain the source files needed to configure a complete development environment for the specified tech stack.
10-
1. Select **Add configuration to user data folder**.
10+
1. Select **Add configuration to workspace**.
1111
1. Select the following options:
1212

1313
| Option | Value |

0 commit comments

Comments
 (0)