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
I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
Summary
When you run your code with F8 on highlighted code it appears like it's "doing" something, when it actually is already done and pressing enter is all it requires.
This shows this problem when running F8 during F5 debug and stopping on breakpoint
Adding "new line" (as in going to prompt) should solve the issue.
Thanks @PrzemyslawKlys! This is (fortunately) a duplicate of #3685. So what's (wrongly) happening is that the prompt position isn't being updated, resulting in behavior that looks like this (also showed up in #3727 (comment)).
Prerequisites
Summary
When you run your code with F8 on highlighted code it appears like it's "doing" something, when it actually is already done and pressing enter is all it requires.
This shows this problem when running F8 during F5 debug and stopping on breakpoint

Adding "new line" (as in going to prompt) should solve the issue.
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: