Utility to update Visual Studio Code C++ Tools include paths from a conanfile
Project description
Conan Utility For Visual Studio Code
Overview
This package provides a helper method for a Conan project's conanfile.py to update the Visual Studio Code C++ Tools plugin after installing dependencies, so that Intellisense finds the installed paths
How to use
Use a conanfile.py instead of conanfile.txt to define your project dependencies.
Then, in your class, add an event handler for imports
:
#... from parktoma.vscconan import update_cpp_tools class MyProject(ConanFile): #... def imports(self): update_cpp_tools(self, conanfile_path=__file__)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size parktoma_vscconan-1.0.1-py3-none-any.whl (4.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size parktoma-vscconan-1.0.1.tar.gz (2.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for parktoma_vscconan-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63cec2c0bf565c3a0ed16220afe02a5f234dc194b01bdbab9a15aaaf9feedb6f |
|
MD5 | 6bec6d9db9ae2634e3c8b1b6835414df |
|
BLAKE2-256 | 87bea5d60b3ba8a9c5438556e0c16c3bedb60bb014dad30e9ded9459f93cf01d |