augustocdias / vscode-shell-command

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

Implement allowCustomValues #102

Closed MarcelRobitaille closed 2 months ago

MarcelRobitaille commented 2 months ago

Thanks to Abrahamsen3 for getting it started in #45.

Add the allowCustomValues to allow entering arbitrary values.

Unfortunately, this VSCode picker stuff is very hard to test, especially with the current test infrastructure.