├── CMakeLists.txt # CMake configuration ├── vcpkg.json # vcpkg manifest for dependencies ├── main.cpp # Main executable ├── include/ # Header files │ └── greeter.h ├── src/ # Source files │ └── ...
A development container is a running container with a well-defined tool/runtime stack and its prerequisites. You can try out development containers with GitHub Codespaces or Visual Studio Code Dev ...