Skip to content

Releases: augustocdias/vscode-shell-command

v1.13.1

09 Nov 12:31
6108dfb
Compare
Choose a tag to compare

What's Changed:

  • Add support for warning if the command outputs on stderr (warnOnStderr)

Full Changelog: v1.13.0...v1.13.1

v1.13.0

09 Nov 01:18
1b8a771
Compare
Choose a tag to compare

What's Changed:

  • Fix default value not recorded for useFirstResult / useSingleResult (#117)
  • Add support for ${taskId:} input variables
  • Do not reset user input context (#95)
  • Add workspaceFolder to executeCommand (#116)

Full Changelog: v1.12.4...v1.13.0

v1.12.4

03 Oct 18:26
8182914
Compare
Choose a tag to compare

What's Changed:

  • Work around VSCode bug with activeItems and selectedItems (#112)

Full Changelog: v1.12.3...v1.12.4

v1.12.3

03 Oct 13:12
77e6e59
Compare
Choose a tag to compare

What's Changed

  • Fix custom values not being returned (#113)
  • Ensure value set from VSCode callback before resolving (related to #112)

Full Changelog: v1.12.0...v1.12.1

v1.12.2: What's Changed

02 Oct 08:44
e3c6d9c
Compare
Choose a tag to compare

What's Changed

  • Fix backwards compatibility of default values (#110)

Full Changelog: v1.12.1...v1.12.2

v1.12.1: What's Changed

02 Oct 05:41
0d3ed6e
Compare
Choose a tag to compare

What's Changed

  • Fix errors and defaultOptions (#107)

Full Changelog: v1.12.0...v1.12.1

v1.12.0

30 Sep 20:02
29a0cf8
Compare
Choose a tag to compare

What's Changed

  • Add support for custom values (#33)
  • Fix bug in pick selection (#95)
  • Add support for multiselect (#82)

Full Changelog: v1.11.0...v1.12.0

v1.11.0

23 Sep 17:16
ce8b920
Compare
Choose a tag to compare

What's Changed

  • Add support for getting results from stderr (fix issue #86)
  • Improve error handling
  • Improve parsing of boolean arguments

Full Changelog: v1.10.0...v1.11.0

v1.10.0

06 Apr 10:59
Compare
Choose a tag to compare

What's Changed

  • Support commands with spaces. Add commandArgs property, which causes execFileSync to be called with command

Full Changelog: v1.9.1...v1.10.0

v1.9.1

08 Feb 22:13
Compare
Choose a tag to compare

What's Changed

  • Fix bug introduced in v1.9.0: #79

Full Changelog: v1.9.0...v1.9.1