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
PS C:\temp>Get-ChildItem c:\temp|
An empty pipe element is not allowed.
At line:0 char:0
PS C:\temp>
PS C:\temp>Where-Object {$_.FullName-match'.txt'}|
An empty pipe element is not allowed.
At line:0 char:0
PS C:\temp>
PS C:\temp>format-list-Property fullname
The text was updated successfully, but these errors were encountered:
System Details
$PSVersionTable
:Issue Description
I am experiencing a problem with 'Ctrl-C' and 'Ctrl-V' shortcuts and the terminal.
When i use F8 with this code inside the editor :
this works :
But when I use Ctrl-C and Ctrl-V, I get errors :
The text was updated successfully, but these errors were encountered: