direnv-vscode icon indicating copy to clipboard operation
direnv-vscode copied to clipboard

Feature Request: View direnv terminal output

Open soundofspace opened this issue 1 year ago • 2 comments
trafficstars

Direnv on it's own is a very nice tool but combined with tools like nix-flake, direnv, devbox... it becomes really powerful. The status icon already shows if direnv is reloading, but for decent sized installations this is operating like a black box. It would be really nice if the terminal output would be captured, and be shown to the user in a pane just like output, or problems...: image

Thanks for making this amazing extension!

soundofspace avatar Apr 30 '24 11:04 soundofspace

Actually it already seems to partially exist when going to output -> direnv. But don't think it shows everything there, only what the extension is doing

soundofspace avatar Apr 30 '24 12:04 soundofspace

Good idea, I'll look into logging direnv's stderr output on success

mkhl avatar May 08 '24 17:05 mkhl