DEV Community

Discussion on: What Does Your IDE/Code Editor Look Like?

 
hrmny profile image
Leah

For me it takes the worst parts of a shell and a scripting language and combines them on top of some .net layer

I've written a bunch of scripts at work and I still despise it

Thread Thread
 
rpalo profile image
Ryan Palo

I wrote this post about it! I don’t know if it helps you, but it explains a bit better why I like it 😁

Thread Thread
 
simbo1905 profile image
Simon Massey

If you are stuck in a corporate windows build without a linux subsystem you can run Git Bash as the VS Code terminal dev.to/simbo1905/how-to-integrate-...