augustocdias / vscode-shell-command

A task helper to use system commands as input
MIT License
51 stars 19 forks source link

Avoid selection if only one option was given via commandline #78

Closed ephraim closed 8 months ago

ephraim commented 8 months ago

Is it possible to avoid the selection process , when only one option (one line) was given by the commandline process.

It would by really nice, if this would be configurable via a boolean variable.

Thanks!

Cheers, Thilo

ephraim commented 8 months ago

I think this is vscode related not, shellCommand.execute related. Sorry for the noise!

augustocdias commented 8 months ago

Check the useFirstResult and useSingleResult options in the docs