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
Also occurs using Pester code lense.
It mostly/only occurs after you've executed something in the terminal. Ex. F5, ctrl+c to remove the invoked command, then f5 -> nothing. "dir" + enter, then F5 -> command is left in console.
The first entry is as-designed. F5 means "run script" and so runs exactly the command as printed. The extra one you're seeing afterwards was just fixed in PowerShell/PowerShellEditorServices#1841, and was another way #4041 showed up.
Prerequisites
Summary
Whenever I run PowerShell script I get the path to the script in the console
You can see this in GIF
It's a bit of random.
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Run script with F5
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: