[Feature] Enabling DevContainers for Development #199
Labels
enhancement
New feature or request
Hacktoberfest
Ideal for Hacktoberfest participation
improvement
Improve the overall experience
Describe the feature you'd like to request
Developing inside a Container
The Visual Studio Code Dev Containers extension lets you use a container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container and take advantage of Visual Studio Code's full feature set. A devcontainer.json file in your project tells VS Code how to access (or create) a development container with a well-defined tool and runtime stack. This container can be used to run an application or to separate tools, libraries, or runtimes needed for working with a codebase.
Workspace files are mounted from the local file system or copied or cloned into the container. Extensions are installed and run inside the container, where they have full access to the tools, platform, and file system. This means that you can seamlessly switch your entire development environment just by connecting to a different container.
Describe the solution you'd like
Proposed Steps
devcontainer.json
file in the repository root. This file will define the development environment, including the base image, extensions, and settings.Describe alternatives you've considered
No response
Additional context
Doc for DevContainers
The text was updated successfully, but these errors were encountered: