We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d7fb8 commit ae021b0Copy full SHA for ae021b0
1 file changed
README.md
@@ -4,7 +4,13 @@
4
5
An evolving set of files that can be used to create a [dev-container] to satisfy
6
our Python development with Visual Studio Code. Just put these files into
7
-your project or workspace `.devcontainer` directory and VS Code should do the rest.
+your workspace `.devcontainer` directory and VS Code should do the rest.
8
+
9
+> We recommend that you place these files in your **workspace** folder rather
10
+ than the repository clone/project folder. Why? We have *lots* of repositories
11
+ that share this configuration and although requirements may vary a little from
12
+ one source to another having one dev-container configuration is (at the moment)
13
+ better than than repeating it 20 or 30 times across all our repositories!
14
15
1. `devcontainer.json`
16
2. `Dockerfile`
0 commit comments