sir-lancebot
sir-lancebot copied to clipboard
Add `devcontainer` configuration to simplify development environment setup
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
- Create a
.devcontainerdirectory in the repository. - Add a
devcontainer.jsonfile to configure the development environment using the existing Dockerfile and docker-compose file.
Would you like to implement this yourself?
- [x] Anyone can implement this feature