ESC does not cancel the task
I use code-server v4.99.4 with this extension v1.18.0 and recenlty updated both. I don't know which combination did but there is something broken. Pressing ESC when a pick dialog showed up should cancel the task but instead I think it returns empty result and it continues with that. If the input defined with ${prompt:...} feature it fails with a visible error notification. Both should behave like discussed here(There may be other cases). Default input types still works as expected.
If you press escape, undefined, not empty string, is returned to vscode.commands.registerCommand(). I don't know of anything else this extension can do within the confines of vscode's api. Also, I don't see any error messages when pressing esc.
When i press eacape, i will get string "${input:xxxx}", the xxxx is the input id.
I think we need cancel this task.