You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue reproduces when you paste using Right Click instead of Ctrl+v.
The "spaces" before DisplayName = is actually Tab. When using Right Click, the terminal sends the text character by character, and it's the same as an interactive user typing those characters from the console application's perspective, and thus the Tab will trigger a tab-completion, and the tab-completion result is Conditions. That's why it looks like Conditions gets prepended from nowhere.
Technically, this is the by-design behavior, but we want to fix the Right Click behavior in general and that is tracked by #579.
Prerequisites
Exception report
N/A
Screenshot
Inspect the pasted snippet. You'll notice that

Conditions
is being prefixed to theDisplayName
property.Environment data
Steps to reproduce
Conditions
is being prefixed to theDisplayName
property.Expected behavior
The pasted snippet should match the copied one i.e.,
Actual behavior
Conditions
is being prefixed to theDisplayName
property.The text was updated successfully, but these errors were encountered: