openvscode-server
theia
Our great sponsors
openvscode-server | theia | |
---|---|---|
124 | 44 | |
4,103 | 18,110 | |
1.7% | 0.5% | |
10.0 | 9.7 | |
4 days ago | 3 days ago | |
TypeScript | TypeScript | |
MIT License | Eclipse Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
openvscode-server
- [Self Hosted] Alternative auto-hébergée aux codepaces
-
Building a remote/cloud dev box IDE specifically for digital nomads. What do you want?
This already exists!! https://www.gitpod.io/
-
Crazy coworker manages entire development environment in single docker container
https://www.gitpod.io/ does this
-
Self-hosted alternative to Codespaces? (With .devcontainer support)
Not sure what .devcontainer means, but you can take a look to https://github.com/gitpod-io/openvscode-server or https://github.com/coder/code-server
-
️Appwrite + Gitpod: One Click Setup
We look forward to integrating more with Gitpod in the future! Check out the Gitpod homepage for more information and new development environment templates.
-
[D] I recently quit my job to start a ML company. Would really appreciate feedback on what we're working on.
I suggest you check out https://www.gitpod.io, which does more general provisioning of GitOps clusters/Pods in their managed Kubernetes clusters. It's not specifically ML, but we've looked at it for POC ML projects that want basic hosting.
-
Outlook of Javascript Full-Stack Development for 2023
People have been using tools like jsfiddle for quick experiments for years, but it's been limited to playing with client-side stuff. However, full-fledged web IDEs were maturing fast in 2022. For example, Codesandbox now provides good support for full-stack frameworks like Next and Nuxt by spinning up remote containers to run the server-side workload and emulate a "local" experience for you. Gitpod adopts a similar technology but looks more ambitious in reaching deeper into development life cycles. The most exciting among all is StackBlitz. It took the courageous step to implement a full NodeJS implementation with Web Assembly (called WebContainer). With that, your backend code can run right inside your browser. No need to spin up remote containers and no need to transmit data back and forth across the network. It's a truly local environment. This approach sounds like the only practical way of solving the problem and turning Web IDEs into mainstream usage.
-
Any ideas to make local development easier for 15-20 sites?
I personally use DDev and Docksal due to work requirements. Personally I like Lando. With either of these, you can set your virtual environment to the specifics of that site. Makes life very easy. Another option that I have used is https://www.gitpod.io/ which isn't even local. It works pretty well and can connect. I have also been meaning to try github's workspace, but that may just be for Javascript applications (need to read up more)
- Devops engineers who use windows, how?
-
Devpod: Remote Development at Uber
There's at least one good commercial solution that basically does the same thing the blog describes [1]. Working well for us so far.
theia
- [Programmingtools] THEIA ou CODE VS pour le projet IDE open-source.
-
Upvote this GitHub issue. VSCode Marketplace should be open source, or at least documented. That will only mean good things to us (developers).
eclipse theia is that alternative, almost same as vscode but even better (more extensible, portable, etc), and even the fsf regards the eclipse license as free software, and in any case, if you're not happy with the eclipse license you can have it under the GPL anyway, it's dual license https://theia-ide.org/
-
Is the new Arduino IDE based on VS Code in some share or form, or is it simply inspired by the looks of it?
The new 2.0 IDE is based on [Eclipse Theia](https://theia-ide.org
-
Suitable Rust GUI Library for Code Editor?
You should also take a look at Theia, which provides in some respects (e.g., graphical plugins) a more powerful alternative to the VSCode editing shell.
-
Proprietary Environments are a Trap
Let me discredit that immediately: https://theia-ide.org/
-
Netbeans 15 Released
Has NetBeans announced a full IDE with that language server? JetBrains has Fleet, Eclipse has a VS-Code-like platform called Theia for building IDEs.
-
Is there a way to make a fully portable dev setup?
Theia (https://theia-ide.org/), it's vscode in the cloud / your container
-
Just Release SvelteStorm 4.0!
I wonder why not a VS Code plugin? Or starting with a better base platform for this like Theia
-
How to keep my bot running when my computer is off?
You can install code-server or theta IDE to use a lightweight and quite well made version of VS Code right from your browser for development on any device. You also get access to your VPS via our desktop client so you can run your bot via other methods if you don't wish to use code-server terminal to access your VPS.
-
Now that Atom has been discontinued - where to next?
https://theia-ide.org/ maybe?
What are some alternatives?
Code-Server - VS Code in the browser
vscodium - binary releases of VS Code without MS branding/telemetry/licensing
vscode-dev-containers - NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
openvsx - An open-source registry for VS Code extensions
gitpod - The developer platform for on-demand cloud development environments to create software faster and more securely.
template-docker-compose - A Docker Compose template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
Anubis - Distributed LMS for automating Computing Science Courses From NYU
intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform
vscode-python - Python extension for Visual Studio Code
codespaces