Closed pcgeek86 closed 6 years ago
The latest 0.12.1 version of the VSCode PowerShell extension seems to have introduced a bug where the Where-Object cmdlet is not properly syntax highlighted.
Where-Object
PS C:\Users\tsulli> $PSVersionTable Name Value ---- ----- PSVersion 5.1.14393.693 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14393.693 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
PS C:\Users\tsulli> code --list-extensions --show-versions ms-vscode.PowerShell@0.12.1 PS C:\Users\tsulli> code -v 1.10.2 8076a19fdcab7e1fc1707952d652f0bb6c6db331
Cheers, Trevor Sullivan
Duplicate of #39
As of the current commit this is fixed:
The latest 0.12.1 version of the VSCode PowerShell extension seems to have introduced a bug where the
Where-Object
cmdlet is not properly syntax highlighted.Cheers, Trevor Sullivan