Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@pd93 pd93 released this 21 Aug 23:16
· 3 commits to main since this release
c71d8ad
  • Added terminal.per setting to allow a new terminal per task (#125, #126 by @yoiang).
  • Added terminal.close setting to control if the existing terminal should close before running another task (by @pd93).
  • General improvements to how terminals are handled (by @pd93).
  • Updated extension to use ESM and pnpm (#205 by @pd93).
  • Fixed task discovery when installed in a project using asdf (#181 by @joerocklin).
  • Run last command now remembers .CLI_ARGS and works when output is set to the terminal (#168 by @kema-dev and @pd93).
  • Added support for double-clicking tasks from the tree view to run them (#127, #129 by @pd93).
    • Configurable via task.doubleClickTimeout setting measured in milliseconds.
      • Defaults to 500.
      • 0 will disable double-click.