Images pasted into a question prompt no longer collide with pastes made elsewhere.
What's wrong with this entry?
Images pasted into an AskUserQuestion prompt were numbered from a counter local to that dialog, starting at 1, so their ids could clash with pastes made elsewhere in the same session. They are now allocated from the session-wide paste id pool, seeded with the ids already attached to that question.
- Text being typed into the question's inputs is registered as another source of in-use ids while the dialog is open.
- Auto-advance when you are away, and skip/accept telemetry, are unchanged.
ask-user-question-text-input
Strings lifted out of the shipped bundle, so the claim above can be checked against them.