ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
72 stars 20 forks source link

Support && operator #174

Closed ForNeVeR closed 9 months ago

ForNeVeR commented 9 months ago

Recent versions of PowerShell (I think that was introduced in 6) now support operator &&, as in:

Test-Path T:\Temp && echo 123

Currently, this is highlighted by the plugin as an error.

ForNeVeR commented 9 months ago

That's the same as #137. Silly me.