We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f922011 commit c916a4cCopy full SHA for c916a4c
1 file changed
README.md
@@ -135,6 +135,16 @@ You can add your own environment variables if you like:
135
> sanitize the input. We will accept a PR to escape this by default or something
136
> ∵ we agree this is maybe a bit insane.
137
138
+## `dev` & Editors
139
+
140
+Most editors if opened via the Terminal will inherit that Terminal’s
141
+environment. We recommend Visual Studio Code, `dev && code .` works great.
142
143
+> [!WARNING]
144
+>
145
+> Unfortunately, this usually means you *must* open your editor via your
146
+> terminal.
147
148
## GitHub Actions
149
150
```yaml
0 commit comments