Skip to content

Commit c6d53b7

Browse files
committed
Fix typos and enhance devcontainer section in development documentation
1 parent 13081a1 commit c6d53b7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/development.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ There is also a Github Workflow ([container_build.yml](../.github/workflows/cont
1616
* `infrastructure` - Terraform code
1717
* `./*.sh` - Scripts to run and destroy clusters + helper scripts
1818

19-
## Constributing
19+
## devcontainer
2020

21-
Feel to send pull requests or open issues for any bugs or feature requests.
21+
The repository includes a devcontainer configuration (https://containers.dev/) for Visual Studio Code or other compatible IDEs like the JetBrains products or Cursor. This allows you to develop inside a container with all the necessary tools and dependencies pre-installed.
22+
23+
To use the devcontainer, simply open the repository in Visual Studio Code and follow the prompts to reopen it in the container.
24+
25+
There is a Dockerfile and a Makefile to rebuild the devcontainer image. It is based on the main container image in the root of the repository.
26+
27+
## Contributing
28+
29+
Feel free to send pull requests or open issues for any bugs or feature requests.

0 commit comments

Comments
 (0)