Consider this example: ```powershell $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?