Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildcard directory name searches #849

Closed
heaths opened this issue Jun 28, 2017 · 4 comments
Closed

Wildcard directory name searches #849

heaths opened this issue Jun 28, 2017 · 4 comments

Comments

@heaths
Copy link
Member

heaths commented Jun 28, 2017

The includePath doesn't seem to work with NuGet packages since the directory name includes the version. For example, if we use package rapidjson 1.0.2 and later upgrade, we'd have to update references to "packages/rapidjson.1.0.2/build/native/include" in this file - in additional to any packages.config files. It would be nice if we could use wildcards in directory specifiers or some other means of not having to maintain the same information in two different places.

@sean-mcmanus
Copy link
Collaborator

sean-mcmanus commented Jun 28, 2017

I also hit this every time my VC tools version updates.

UPDATE: We added a WindowsSDKVersion setting to c_cpp_properties.json and also use the matching includes for cl.exe when set in compilerPath for a particular VC toolset. But a wildcard in general hasn't been added yet.

@anatoli26
Copy link

Hi, any update on this?

@sean-mcmanus
Copy link
Collaborator

I think Bob started a branch with a fix at 37f87e7, but there was some problem with it I think.

@bobbrow
Copy link
Member

bobbrow commented Oct 17, 2019

This is a duplicate of #723

@bobbrow bobbrow closed this as completed Oct 17, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants