augustocdias / vscode-shell-command

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

Clean up CommandHandler quickPick resolution #104

Closed MarcelRobitaille closed 2 weeks ago

MarcelRobitaille commented 2 weeks ago

Possibly fix #95

It seems like in #57 changed from showQuickPick to createQuickPick. The userInputContext.recordInput logic was added to onDidHide, but not onDidAccept, which seems like a bug to me.