Skip to content

Commit c563ab4

Browse files
committed
docs: fix unstable
1 parent d287fe2 commit c563ab4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,8 @@ extension has the following configuration options:
213213
[ImportCompletions](./docs/ImportCompletions.md) for more information.)
214214
- `deno.testing.args`: Arguments to use when running tests via the Test
215215
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`_
216+
- `deno.unstable`: Controls which `--unstable-*` features tests will be run.
217+
_array of strings, default `[]`_.
220218

221219
## Compatibility
222220

0 commit comments

Comments
 (0)