You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
Motivation:
Linux is the most important deployment OS, but a significant amount of
development takes place on Windows and MacOS. Devcontainers allow
developers to quickly spin up a Docker container, to run their IDE
inside a native Linux environment. This is helpful for debugging and
testing.
Intellij IDEA Ultimate and Visual Studio Code both have support for
devcontainers.
Modifications:
Add devcontainer spec file for ubuntu
Result:
It's now possible to run an IDE in a Linux devcontainer environment on
Windows and MacOS.
0 commit comments