We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d287fe2 commit c563ab4Copy full SHA for c563ab4
README.md
@@ -213,10 +213,8 @@ extension has the following configuration options:
213
[ImportCompletions](./docs/ImportCompletions.md) for more information.)
214
- `deno.testing.args`: Arguments to use when running tests via the Test
215
Explorer. Defaults to `[ \"--allow-all\" ]`.
216
-- `deno.unstable`: Controls if code will be executed with Deno's unstable APIs.
217
- Affects execution which is triggered through the extension, such as test code
218
- lenses. This is the equivalent to using `--unstable` on the command line.
219
- _boolean, default `false`_
+- `deno.unstable`: Controls which `--unstable-*` features tests will be run.
+ _array of strings, default `[]`_.
220
221
## Compatibility
222
0 commit comments