mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.15k stars 286 forks source link

VS Code not capturing std output #542

Closed duzenko closed 3 years ago

duzenko commented 4 years ago

I have an Angular project with the ng build --aot --watch script that normally redirects the std output into the integrated terminal.

With CLink I noticed it's often empty. The terminal allocates the space as if there's a text there but nothing actually shows.

Clink image

Powershell

image

chrisant996 commented 3 years ago

Hi, this original fork of Clink has been abandoned for a few years. Can you please try with the chrisant996 fork? That's where forward development is happening, and it may or may not have already solved the problem.

If the same problem occurs with the new Clink fork, please create a new issue there, and please try to isolate steps that will reproduce the problem using a stock installation of VSCode and Clink (i.e. without requiring Angular). If you're tried to isolate steps that don't require Angular and it only happens with Angular, then that will also be useful information to know. (And since I've never used Angular, you'll need to provide additional information to teach me how to reproduce the issue.)

Thanks!