1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 07:30:53 +02:00

Docker and devcontainer files for development in an ubuntu container

This commit is contained in:
RS 2025-08-12 08:23:23 +00:00
parent 12cf5de1a8
commit 48bb57b6a5
3 changed files with 53 additions and 0 deletions

View file

@ -146,6 +146,10 @@ Additional arguments can be passed to the analyzers by setting the `CLANG_TIDY_A
Ccache can be enabled by configuring with `-DUSE_CCACHE=<ON | OFF>`.
#### Devcontainer
The project includes a dockerfile along with a devcontainer file which allows for development in a docker container. Open the project folder in VS Code and you should be prompted to reopen the project in a container.
## FAQ
> Can I use this for header-only libraries?