You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ There is also a Github Workflow ([container_build.yml](../.github/workflows/cont
16
16
*`infrastructure` - Terraform code
17
17
*`./*.sh` - Scripts to run and destroy clusters + helper scripts
18
18
19
-
## Constributing
19
+
## devcontainer
20
20
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