Fix broken links in C++ doc for configuring with windows - #10109
Merged
Nick Trogh (ntrogh) merged 3 commits intoAug 7, 2026
Merged
Fix broken links in C++ doc for configuring with windows#10109Nick Trogh (ntrogh) merged 3 commits into
Nick Trogh (ntrogh) merged 3 commits into
Conversation
Alexandra Kemper (AlexandraKemperMS)
requested review from
Nick Trogh (ntrogh)
and
a lite review from Copilot
August 6, 2026 21:46
Collaborator
Author
|
Nick Trogh (@ntrogh) doing some maintenance for links in the C++ repo if you could review that would be great! |
Copilot started reviewing on behalf of
Alexandra Kemper (AlexandraKemperMS)
August 6, 2026 23:37
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (2)
docs/cpp/configure-intellisense.md:202
- The link target is updated, but the link text still says “Customizing default settings”. If
/docs/cpp/customize-cpp-settings.mdis the intended destination, update the visible text to match the target (e.g., “Customizing C++ settings”) to avoid misleading navigation.
* For more information about IntelliSense configuration, see [Customizing default settings](/docs/cpp/customize-cpp-settings.md).
docs/cpp/config-mingw.md:147
- If this sentence is intended to direct users specifically to the IntelliSense configuration section within
configure-intellisense.md, consider linking to an anchor (e.g.,.../configure-intellisense.md#...) rather than the top of the page. This reduces reader friction and makes the reference more stable to future doc reorganization.
If IntelliSense is not already configured, open the Command Palette (`kb(workbench.action.showCommands)`) and enter **Select IntelliSense Configuration**. From the dropdown of compilers, select `Use gcc.exe` to configure. More information can be found in the [IntelliSense configuration documentation](/docs/cpp/configure-intellisense.md).
Copilot started reviewing on behalf of
Alexandra Kemper (AlexandraKemperMS)
August 6, 2026 23:57
View session
Nick Trogh (ntrogh)
approved these changes
Aug 7, 2026
Collaborator
|
Alexandra Kemper (@AlexandraKemperMS) Thanks for the updates. Merged |
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.
Fix 2 broken links: Mingw 32 bit is not supported anymore my msys so removing entire section, other link was broken and lead to wrong file.