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
While #1159 provides the ability to specify granular unstable flags, those flags are not respected when running tests within the IDE, and tests requiring unstable flags no longer run in the IDE with Deno 2.0.
Also the README still indicates that the value of deno.unstable is a boolean.
To Reproduce
create a test that requires Deno.KV
configure the configuration like "deno.unstable": ["kv"]
Execute the test in the IDE
Review output of the Deno Language Server and observe:
Executing test run with arguments: deno test --allow-all --no-check --trace-leaks --unstable
Expected behavior
The test executes successfully.
Versions
vscode: 1.93.0 deno: 2.0.0-rc.1 extension: 3.40.0
The text was updated successfully, but these errors were encountered:
Describe the bug
While #1159 provides the ability to specify granular unstable flags, those flags are not respected when running tests within the IDE, and tests requiring unstable flags no longer run in the IDE with Deno 2.0.
Also the README still indicates that the value of
deno.unstable
is a boolean.To Reproduce
"deno.unstable": ["kv"]
Expected behavior
The test executes successfully.
Versions
vscode: 1.93.0 deno: 2.0.0-rc.1 extension: 3.40.0
The text was updated successfully, but these errors were encountered: