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: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,17 @@ The following steps will get you setup to contribute changes to this repo:
31
31
32
32
4. Start playing with the code! You can do some simple experimentation in [`playground.ts`](playground.ts) (see `yarn play` below) or start implementing a feature right away.
33
33
34
+
## Alternative: VSCode Dev Container setup
35
+
36
+
For an officially supported isolated dev environment that automatically installs dependencies for you:
37
+
38
+
1.`F1` in VSCode and start typing `Dev Containers: Clone Repository in Named Container Volume` to run the command.
39
+
2. For the repo, paste `[email protected]:{your_username}/zod.git` if you're using ssh.
40
+
3. Click `Create a new volume...` and name it `zod` and the folder name as `zod`.
41
+
42
+
Note: if you can't see `Dev Containers` in the `F1` menu, follow [this guide](https://code.visualstudio.com/docs/devcontainers/tutorial) to install the needed extension.
43
+
In the OSS version of VSCode the extension may be not available.
0 commit comments