DEV Community

Discussion on: I stopped using Visual Studio Code

 
leob profile image
leob

Oh yeah that's a good one, and you can even run your VSCode completely "in the cloud", and access it with a thin client (browser) - because well, VSCode is of course "just" a web app (packaged with Electron) ...

Imagine that you're on holiday on a tropical island, you think of a cool little feature, you open your tablet under the shade of a palm tree, and with a few clicks you fire up your IDE and your dev containers - and bada bing bada boom there it is, you do a little bit coding, with another click you deploy it - job done, back to the swimming pool - how cool is that?

Thread Thread
 
mikeyglitz profile image
mikeyGlitz

Well I'd argue you'd still need a good CI environment for the deployment aspect. GH Actions and GitLab are pretty good for that imo, but I get what you're saying.