Skip to content

v1.4.1 - Better task detection, fixed unstable APIs setting

Compare
Choose a tag to compare
@sgwilym sgwilym released this 21 Oct 12:36
· 15 commits to main since this release
7e9192f

Two small bug fixes.

  • The per-workspace setting for enabling unstable Deno APIs is now respected.
  • Deno task detection has been made more efficient.

Additionally, the task templates for Deno Run and Deno Bundle have been
removed. Deno's bundle command has been deprecated for a while (see
https://docs.deno.com/runtime/manual/tools/bundler), and Deno run is far
better server by the task runner API.