augustocdias / vscode-shell-command

A task helper to use system commands as input
MIT License
55 stars 20 forks source link

Default value is not recorded for useFirstResult / useSingleResult #117

Closed MarcelRobitaille closed 3 weeks ago

MarcelRobitaille commented 3 weeks ago

The default value is not recorded for useFirstResult / useSingleResult .

It's only recorded in the else branch. https://github.com/augustocdias/vscode-shell-command/blob/master/src/lib/CommandHandler.ts#L172