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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,17 +102,17 @@ This will setup a git pre-commit-hook that is executed on each commit and will r
102
102
103
103
### Dev Containers
104
104
105
-
We provide sample Dev Container configuration files.
105
+
We provide Dev Container configuration file templates.
106
106
107
107
To use a Dev Container as your development environment, follow the steps below, then select `Dev Containers: Reopen in Container` from VS Code's Command Palette.
108
108
109
109
```
110
110
cd .devcontainer
111
-
cp Dockerfile.sample Dockerfile
112
-
cp devcontainer.json.sample devcontainer.json
111
+
cp Dockerfile.template Dockerfile
112
+
cp devcontainer.json.template devcontainer.json
113
113
```
114
114
115
-
If you make improvements that could benefit all developers, please update the sample files and submit a pull request.
115
+
If you make improvements that could benefit all developers, please update the template files and submit a pull request.
0 commit comments