pnoltes opened a new pull request, #731:
URL: https://github.com/apache/celix/pull/731

   This PR introduces a Development Container setup.
   
   Development Container:
   > A development container (or dev container for short) allows you to use a 
container as a full-featured development environment. It can be used to run an 
application, to separate tools, libraries, or runtimes needed for working with 
a codebase, and to aid in continuous integration and testing. Dev containers 
can be run locally or remotely, in a private or public cloud, in a variety of 
[supporting tools and editors](https://containers.dev/supporting).
   
   Source https://containers.dev
   
   I think the development container setup is nicer that our current containers 
dir, because the development container is based on a 
[specification](https://containers.dev/implementors/spec/) and is currently 
already supported in 
[Clion](https://plugins.jetbrains.com/plugin/21962-dev-containers) and 
[VSCode](https://code.visualstudio.com/docs/devcontainers/containers).
   
   I tried building and debugging individual tests using a dev container in 
CLion and VSCode and both worked for me. 
   IMO the support for dev containers work better in VSCode. Also - if I am 
correct - VSCode has now a better CMake support and combined with the C++ 
TestMate plugin I think I will starting using VSCode more. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to