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
One thing that makes every open-source application/library better is an easy development environment.
Through the use of official VS Code plugins it is possible to use containers as a local development platform hosting build tools and the code itself. This means that the only tools that need to be installed on a development machine are:
Visual Studio Code
VS Code - Remote Containers Extension
Docker runtime
Example
I have a very simple example of a .devcontainer in one of my repositories here.
The text was updated successfully, but these errors were encountered:
Background
One thing that makes every open-source application/library better is an easy development environment.
Through the use of official VS Code plugins it is possible to use containers as a local development platform hosting build tools and the code itself. This means that the only tools that need to be installed on a development machine are:
Example
I have a very simple example of a
.devcontainer
in one of my repositories here.The text was updated successfully, but these errors were encountered: