Closed Mr-Sunglasses closed 1 month ago
Hi @Mr-Sunglasses ,
I'm interested in working on this GitHub issue. I believe I can contribute effectively, but please be aware that it may take some time to complete.
Could you please assign this issue to me?
Thank you!
@Saurav-Pant To avoid ambiguity, this issue is not assigned to anyone currently so is available to anyone. Submit a draft PR getting started on the work and we can assign it.
ok @Mr-Sunglasses, I will try and raise a PR
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