Welcome to the VS Code extension for conan tools!
Conan tools enable developers working on conan based C++ projects to use Visual Studio Code for their development.
This extension activates automatically when a workspace contains a conanfile.py
Conan version >= 1.0.0
pip install conan==1.0.0
This extension contributes the following settings to workspace settings:
conan.installCommand
: custom install command to be used for the workspaceconan.buildCommand
: custom build command to be used for the workspace
Initial release of conan-tools