Skip to content

Using the devcontainer feature

Kenneth Belitzky edited this page Jun 9, 2025 · 1 revision

If you want to include STRUCT in your devcontainer feature, you can do so by adding the following to your devcontainer.json file:

"features": {
    "ghcr.io/httpdss/devcontainers-features/struct:1": {}
}

This will install STRUCT in your development container, allowing you to use it directly within your devcontainer environment.

Happy coding! If you have any questions or need further assistance, feel free to reach out to the STRUCT community or check the documentation.

Clone this wiki locally