5 ms·
I think you're talking about spinning up a temporary environment running the code and connecting via a local IDE to inspect it, whereas OP is talking about host
by carlio 3y ago
I think you're talking about spinning up a temporary environment running the code and connecting via a local IDE to inspect it, whereas OP is talking about hosting the IDE remotely.
- zemnmez 3y agoNo, Google actually runs a remote web IDE called Cider. The latest version is derived from VSCode.
- moandcompany 3y agoAt Google, people can use "Cider" which is a web browser based IDE, and they can use a "Cloudtop" which is a desktop virtual machine provisioned via Google's cloud infrastructure, as alternatives to a dedicate physical workstation.
- paxys 3y agoNope, the VM has the git repo + IDE binaries + everything else. You can code against it using just a web browser if you want.