You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specs/devcontainer-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,8 @@ This section consists of actions required to validate the `devcontainer.json` co
116
116
117
117
The tasks executed when validating the configuration are:
118
118
119
-
-`workspace-folder` is required since it defines where the `devcontainer.json` file is located and identifies the configuration to be used for the environment.
120
-
- Validate access to the `workspace-folder`.
119
+
-`workspaceFolder` is required since it defines where the `devcontainer.json` file is located and identifies the configuration to be used for the environment.
120
+
- Validate access to the `workspaceFolder`.
121
121
- Validate that the metadata (for example `devcontainer.json`) contains all parameters required for the selected configuration type.
0 commit comments