I have a working pipeline that contains a process that captures the standard output.
With the latest language server update in VSCode, it started complaining:
Thanks for reporting. I will look into it and see if we can correct it in the compiler. In the meantime, I think you can specify it as stdout() and it will work.
Correction – it turns out that stdin and stdout cannot be used with parens if they are in a tuple as in your example. If you try to use parens there it will fail.