Using VS Code's built-in Git features to stay in the flow? But feel like you are missing out to learn the Git CLI commands? 💡 Command Palette: > Git: Show Git Output … and inspect all Git commands that are being executed in the background.
6
59
362
0
40
Download Video
@code It's always good to see the underlying output of the tools you're running!
@code Love this; way more tooling should do this!
@code This is great. Inspired to do similar for our Official Dotenv extension - particularly around exposing the commands when developers are securely syncing their .env files to each other.