[docs] Add integrate.md#24756
Merged
ras0219-msft merged 4 commits intomicrosoft:masterfrom Jun 10, 2022
Merged
Conversation
dg0yt
reviewed
May 18, 2022
Neumann-A
reviewed
May 18, 2022
Comment on lines
+56
to
+60
| ### `vcpkg integrate bash` | ||
|
|
||
| **Non-Windows Only** | ||
|
|
||
| Adds vcpkg tab-completion support to the current user's `.bashrc` (`.bash_profile` on MacOS). |
Contributor
There was a problem hiding this comment.
OT: Why don't we have this for the windows git bash ?
Contributor
Author
There was a problem hiding this comment.
It's behind an #ifdef; otherwise I don't see why it couldn't work.
BillyONeal
approved these changes
May 19, 2022
vicroms
approved these changes
May 20, 2022
1146ab2 to
0c4f7db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on PR #24754. Adds documentation for the
vcpkg integratecommand.This PR will also be significantly affected by merging #24737.