v1.4.1 - Better task detection, fixed unstable APIs setting
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.