We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Consider this example:
$q = 1,2,3 # or some multiline cli call $q | Where-Object { $_ -gt 1 } | ForEach-Object { "I'm $_" }
VSCode has no problems parsing that but plugin is unable to do so. Is it hard to fix?