Skip to content

Conversation

@polRk
Copy link
Member

@polRk polRk commented Nov 21, 2024

This pull request introduces a new development container configuration for a C++ development environment. The changes include setting up a Dockerfile, a configuration script, and a devcontainer.json file to specify the container's settings and dependencies.

Development Environment Setup:

  • .devcontainer/Dockerfile: Created a Dockerfile to set up a development environment with necessary tools and libraries for C++ development, including LLVM, libiconv, base64, brotli, jwt-cpp, and ccache.
  • .devcontainer/configure.sh: Added a script to configure the workspace using CMake with a release preset.
  • .devcontainer/devcontainer.json: Defined the dev container configuration, including the Dockerfile, GitHub CLI feature, VSCode extensions, and post-create commands for setting up the development environment.

@polRk polRk requested review from Gazizonoki and tsayukov November 21, 2024 12:29
@polRk polRk force-pushed the add-devcontainer branch 6 times, most recently from f297d38 to 495388f Compare November 21, 2024 14:22
@polRk polRk merged commit 61ed7e1 into main Nov 27, 2024
6 checks passed
@Gazizonoki Gazizonoki deleted the add-devcontainer branch November 27, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants