-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
VS solutions/projects in the ports folder pollute VS targets list #31652
Comments
Are there some steps to reproduce? May I ask how you use vcpkg in cmake? |
You don't even need to "use" vcpkg to observe this issue. Just have vcpkg cloned inside a CMake project folder and then open that project in VS. |
I didn't mean the |
Describe the bug
When using vcpkg as a submodule, various
.sln
and.vcxproj
files located in thevcpkg/ports/
directory pollute the targets list of Visual Studio:Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Additional context
The
Show/Hide Debug Targets
feature is helpful, but requires to manually select every target imported by vcpkg and is reset when VS project cache is deleted.The text was updated successfully, but these errors were encountered: