## What is your suggestion? The `code` cli which comes with the VS Code's own server implementation (like Remote - WSL or Remote - Containers) allows the following: ``` echo 'text from stdout' | code - ``` https://user-images.githubusercontent.com/29582865/197561362-02237fd6-bc96-4670-b5c6-faf8422fa635.mp4 code-server's code cli fails with: ```console $ echo 'text from stdout' | code - [2022-10-24T15:13:30.253Z] error Unknown option - ``` ## Why do you want this feature? It's very useful so I can use the editor to analyze output of long-running commands like `docker logs -f`. ## Are there any workarounds to get this functionality today? I tried but I did not find any. ## Are you interested in submitting a PR for this? No plans.