-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Clarify Visual Studio version and setup instructions #787
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
base: main
Are you sure you want to change the base?
Conversation
Updated Visual Studio requirements and configuration steps for GitHub Copilot integration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Visual Studio setup instructions for GitHub Copilot integration to correct previous documentation errors that were confusing customers.
- Specifies exact Visual Studio version requirement (17.14.9 instead of 17.14)
- Updates configuration process from Tools menu to
.mcp.json
file approach - Clarifies authentication flow using CodeLens and GitHub account selection
Comments suppressed due to low confidence (1)
docs/installation-guides/install-other-copilot-ides.md:15
- Visual Studio 2022 version 17.14.9 does not exist. The latest version as of my knowledge cutoff is 17.8.x. Please verify this version number is correct, as it may be a future version that doesn't exist yet.
Requires Visual Studio 2022 version 17.14.9 or later.
That is the correct version. So its fixed now. |
} | ||
} | ||
} | ||
``` | ||
3. Restart Visual Studio | ||
3. Save the file. Wait for CodeLens to update to offer a way to authenticate to the new server, activate that and pick the GitHub account to authenticate with. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"CodeLens" is not a widely recognized term. "Wait for Visual Studio to prompt for authentication" or something similar (or describe what a codelens is)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated Visual Studio requirements and configuration steps for GitHub Copilot integration.
The previous documentation was very much in error and was confusing customers.