sir-lancebot icon indicating copy to clipboard operation
sir-lancebot copied to clipboard

Add `devcontainer` configuration to simplify development environment setup

Open l-lumin opened this issue 1 year ago • 0 comments

Description

Add a devcontainer configuration to the repository to make setting up the development environment easier and more consistent for all contributors.

Reasoning

A devcontainer ensures that all contributors have a consistent development environment, reducing setup time and potential errors. This makes it easier for new contributors to get started and helps maintain productivity.

Proposed Implementation

  1. Create a .devcontainer directory in the repository.
  2. Add a devcontainer.json file to configure the development environment using the existing Dockerfile and docker-compose file.

image

Would you like to implement this yourself?

  • [x] Anyone can implement this feature

l-lumin avatar Jun 25 '24 13:06 l-lumin