Commit Graph

4 Commits

Author SHA1 Message Date
Flo2410
1c770222be
Added Prettier to devcontainer 2024-02-09 18:34:55 +00:00
Flo2410
990df8e2ee
Format devcontainer.json using prettier. 2024-02-09 18:34:12 +00:00
Sebastian Osiński
e549a87719 Display Docker container's used memory instead of total memory 2023-03-28 19:40:09 +02:00
John Hollowell
8a2d00440b Add devcontainer configuration
devcontainers can be used by IDEs like VSCode to build the whole development environment in a container.
This allows you to keep dependencies, build, and all development aspects separated from any development.
It also allows contributors to instantly have a working, standardized development environment.
It also allows cloud development tools like GitHub Codespaces be automatically setup with the desired environment.

See https://containers.dev/ for more details
2022-11-22 03:36:23 +00:00