Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 811 Bytes

File metadata and controls

13 lines (7 loc) · 811 Bytes

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.