Skip to content

axel-op/vscode-devcontainer-cpp-conan

Repository files navigation

VSCode Containerized Development: C++ with CMake and Conan

See here for a similar example with vcpkg

This template demonstrates how to build and execute a C++ program inside a container.

All the C++ related VSCode extensions are defined in the devcontainer.json file and are automatically installed with the container.

How to use it

You need to have Visual Studio Code and the Remote Development extension installed on your computer.

Open the .cpp file to debug, then press F5 to launch the instructions defined in launch.json.

About

A template to demonstrate how to develop a C++ project in Visual Studio Code inside a container, using Conan dependency manager.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published