Skip to content

Commit c95ffee

Browse files
committed
Add tools from website
1 parent 583f984 commit c95ffee

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docs/specs/supporting-tools.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Visual Studio added dev container support in Visual Studio 2022 17.4 for C++ pro
3838

3939
You may learn more in the [announcement blog post](https://devblogs.microsoft.com/cppblog/dev-containers-for-c-in-visual-studio/).
4040

41+
### IntelliJ IDEA
42+
43+
IntelliJ IDEA supports dev containers that can be run remotely via an SSH connection or locally using Docker.
44+
45+
You may learn more in the [IntelliJ IDEA documentation](https://www.jetbrains.com/help/idea/connect-to-devcontainer.html).
46+
4147
### Emacs
4248

4349
[GNU Emacs](https://www.gnu.org/software/emacs/) can make use of dev containers using the community extension [devcontainer.el](https://johannes-mueller.github.io/devcontainer.el/). The extension is available by the popular package registry [MELPA](https://melpa.org). It can also be installed directly from the source code that is available on [GitHub](https://github.com/johannes-mueller/devcontainer.el).
@@ -56,9 +62,9 @@ VS Code has a [CLI](https://code.visualstudio.com/docs/remote/devcontainer-cli)
5662

5763
Cachix's [devenv](https://devenv.sh/) supports automatically generating a `.devcontainer.json` file so you can use it with any Dev Container Spec supporting tool. See [devenv documentation](https://devenv.sh/integrations/codespaces-devcontainer/) for detais.
5864

59-
### Jetpack.io Devbox
65+
### Jetify Devbox
6066

61-
[Jetpack.io's VS Code extension](https://marketplace.visualstudio.com/items?itemName=jetpack-io.devbox) supports a **Generate Dev Container files** command so you can use Jetpack.io from Dev Container Spec supporting tools.
67+
[Jetify](https://jetify.com) (formerly jetpack.io) is a [Nix](https://nixos.org/)-based service for deploying applications. [DevBox](https://www.jetify.com/devbox/) provides a way to use Nix to generate a development environment. [Jetify's VS Code extension](https://marketplace.visualstudio.com/items?itemName=jetpack-io.devbox) allows you to quickly take advantage of DevBox in any Dev Container Spec supporting tool or service.
6268

6369
### Visual Studio Code Dev Containers
6470

@@ -150,3 +156,21 @@ Some properties may apply differently to codespaces.
150156
| `${localEnv:VARIABLE_NAME}` | Any | For Codespaces, the host is in the cloud rather than your local machine.|
151157
| `customizations.codespaces` | object | Codespaces reads this property from devcontainer.json, not image metadata. |
152158
| `hostRequirements` | object | Codespaces reads this property from devcontainer.json, not image metadata. |
159+
160+
### CodeSandbox
161+
162+
[CodeSandbox](https://codesandbox.io/) provides cloud development environments running on a microVM architecture.
163+
164+
When you import a GitHub repository into CodeSandbox, it will automatically provision a dedicated environment for every branch. Thanks to memory snapshotting, CodeSandbox then resumes and branches an environment in under two seconds.
165+
166+
CodeSandbox offers support for multiple editors, so you can code using the CodeSandbox web editor, VS Code, or the CodeSandbox iOS app.
167+
168+
### DevPod
169+
170+
[DevPod](https://github.com/loft-sh/devpod) is a client-only tool to create reproducible developer environments based on a `devcontainer.json` on any backend. Each developer environment runs in a container and is specified through a `devcontainer.json`. Through DevPod providers these environments can be created on any backend, such as the local computer, a Kubernetes cluster, any reachable remote machine or in a VM in the cloud.
171+
172+
### Ona (formerly Gitpod)
173+
174+
[Ona](https://ona.com/) (formerly Gitpod) is the mission control for software projects and software engineering agents. It provides secure, ephemeral development environments that run in our cloud or your VPC, enabling humans and agents to collaborate seamlessly.
175+
176+
For details on constraints, customization, and automation options, see the [Ona Dev Container docs](https://ona.com/docs/ona/configuration/devcontainer/overview).

0 commit comments

Comments
 (0)