Releases: augustocdias/vscode-shell-command
Releases · augustocdias/vscode-shell-command
v1.13.1
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
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
What's Changed:
- Work around VSCode bug with activeItems and selectedItems (#112)
Full Changelog: v1.12.3...v1.12.4
v1.12.3
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
What's Changed
- Fix backwards compatibility of default values (#110)
Full Changelog: v1.12.1...v1.12.2
v1.12.1: What's Changed
v1.12.0
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
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
What's Changed
- Support commands with spaces. Add
commandArgs
property, which causesexecFileSync
to be called withcommand
Full Changelog: v1.9.1...v1.10.0