VS Code in the Browser for Everyone
gitpod.io
VS Code in the Browser for Everyone
1–10 of 22 posts
Re: VS Code in the Browser for Everyone
#2Re: VS Code in the Browser for Everyone
#3How is it different to gitpod?
Re: VS Code in the Browser for Everyone
#4How is it different to gitpod?
> How is this different to Gitpod?
> If you want one-click, fully automated developer environments that give yourself and your team an unparalleled productivity boost try Gitpod.
> If you have a machine somewhere which you would like to access with VS Code through a browser, check out OpenVSCode Server.
Re: VS Code in the Browser for Everyone
#5How is it different to gitpod?
Seems you can run it on your own hardware
Gitpod is all about provisioning and orchestrating ephemeral developer environments (think about it as a resource efficient and powerful orchestration platform for your dev envs).An IDE is just one building block of a working cloud based developer environment, in addition to the operating system, databases, compilers and all the other tools you need to be productive. At Gitpod we want to support the IDE or editor you like best, and providing VS Code through the web browser is just one possibility. Alternatively, you can access your Gitpod workspaces through SSH, local VS Code and soon your favorite Jetbrains IDEs.
If you have a machine somewhere which you would like to access with VS Code through a browser, check out OpenVSCode Server. If you need control over your infrastructure and would like the orchestration capabilities that Gitpod offer you can self host Gitpod.
Re: VS Code in the Browser for Everyone
#6Earlier quoted context omitted.
Seems you can run it on your own hardware
Hi Johannes here from Gitpod. Copying the answer from our launch post: https://www.gitpod.io/blog/openvscode-server-launch#how-is-t... Gitpod is all about provisioning and orchestrating ephemeral developer environments (think about it as a resource efficient and powerful orchestration platform for your dev envs).An IDE is just one building block of a working cloud based developer environment, in addition to the opera…
Do you have a mailing list I can subscribe to for this? Very interested.
Re: VS Code in the Browser for Everyone
#7Re: VS Code in the Browser for Everyone
#8Re: VS Code in the Browser for Everyone
#9- with docker, how would you install eg. node and go binaries?
- with docker, how would you set up some dotfiles?
- how do you map remote ports to your local machine?
I ended up going with VSCode Remote (SSH), and am loving it. But I still think I'd be happier with a pure browser experience.
Re: VS Code in the Browser for Everyone
#10Earlier quoted context omitted.
Hi Johannes here from Gitpod. Copying the answer from our launch post: https://www.gitpod.io/blog/openvscode-server-launch#how-is-t... Gitpod is all about provisioning and orchestrating ephemeral developer environments (think about it as a resource efficient and powerful orchestration platform for your dev envs).An IDE is just one building block of a working cloud based developer environment, in addition to the opera…
> and soon your favorite Jetbrains IDEs. Do you have a mailing list I can subscribe to for this? Very interested.
We are working actively with the team at Jetbrains to offer a great DevX integrating with their remote development implementation(https://youtrack.jetbrains.com/issue/IDEA-226455).