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.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file parktoma-vscconan-1.0.1.tar.gz.
File metadata
- Download URL: parktoma-vscconan-1.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.5.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c992bda4b5929257e09926b02ced8a4e41d022bb2f202dff25aa0b0ce7deaa5
|
|
| MD5 |
73d502650e00634828fae85a0454bc50
|
|
| BLAKE2b-256 |
e5672e5a4964fb4f1197b7e8191d9af10c8fc7d87bc109266e81c77d72ffa9d6
|
File details
Details for the file parktoma_vscconan-1.0.1-py3-none-any.whl.
File metadata
- Download URL: parktoma_vscconan-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.5.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63cec2c0bf565c3a0ed16220afe02a5f234dc194b01bdbab9a15aaaf9feedb6f
|
|
| MD5 |
6bec6d9db9ae2634e3c8b1b6835414df
|
|
| BLAKE2b-256 |
87bea5d60b3ba8a9c5438556e0c16c3bedb60bb014dad30e9ded9459f93cf01d
|