VSCode, Dev Containers and Docker
blog.feabhas.com
VSCode, Dev Containers and Docker
1–10 of 234 posts
Re: VSCode, Dev Containers and Docker
#2Re: VSCode, Dev Containers and Docker
#3Re: VSCode, Dev Containers and Docker
#4for a more streamlined experience...
Re: VSCode, Dev Containers and Docker
#5I'm curious to know the answer in an honest/practically-speaking sense not ideologically.
IMO, the downside of this container/web-app solution is the memory size that all the SDKs would need and this would add up eventually. But I'm not sure this fact alone could win any hearts over that sweet ease-of-entry-to-development.
People were nagging about latency and bloat in webapps and Electron GUIs...yet here we are...even SpaceX's console is a chromium instance.
Re: VSCode, Dev Containers and Docker
#6Does this deprecate my vim/gcc/gdb/make (in general "CLI driven workflow") which I have assigned so much time to, to have a nice vender/IDE-independent solution for development? I'm curious to know the answer in an honest/practically-speaking sense not ideologically. IMO, the downside of this container/web-app solution is the memory size that all the SDKs would need and this would add up eventually. But I'm not sure…
Re: VSCode, Dev Containers and Docker
#7Re: VSCode, Dev Containers and Docker
#8Re: VSCode, Dev Containers and Docker
#9...or you could use https://codeanywhere.com/ https://gitpod.io/ https://codesandbox.io/ https://codenvy.com/ for a more streamlined experience...
(GitPod does a similar thing where you can append the URL to gitpod.io, but they can't use the VSCode extension marketplace).
Re: VSCode, Dev Containers and Docker
#10What's the advantage of running your dev environment in a container?