- Notifications
You must be signed in to change notification settings - Fork3.1k
Update README.md to prompt VS Code version update#509
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Making it clear that you need the latest version of VS Code installed for it work.
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 README to clarify that the latest version of VS Code is required for proper remote MCP and OAuth support.
- Adds a note under “Usage with VS Code” prompting users to install or upgrade to the latest VS Code version.
- Provides a link to a specific VS Code update page.
Comments suppressed due to low confidence (1)
README.md:29
- The link points to a specific VS Code update (v1_101) while the text refers to the “latest version.” Consider linking to a generic updates page (https://code.visualstudio.com/updates) or updating the wording to match the linked version.
For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. Make sure you're using the [latest version of VS Code](https://code.visualstudio.com/updates/v1_101) for remote MCP and OAuth support.| ###Usage with VS Code | ||
| For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. | ||
| For quick installation, use one of the one-click install buttons above. Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. Make sure you're using the[latest version of VS Code](https://code.visualstudio.com/updates/v1_101) for remote MCP and OAuth support. |
CopilotAIJun 12, 2025
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.
[nitpick] This sentence is quite long and covers multiple steps. Consider splitting it into two or more sentences to improve readability.
| For quick installation, use one of the one-click install buttons above.Once you complete that flow, toggle Agent mode (located by the Copilot Chat text input) and the server will start. Make sure you're using the[latest version of VS Code](https://code.visualstudio.com/updates/v1_101) for remote MCP and OAuth support. | |
| For quick installation, use one of the one-click install buttons above. | |
| Once you complete the installation flow, toggle Agent mode (located by the Copilot Chat text input). | |
| The server will start automatically. | |
| Make sure you're using the[latest version of VS Code](https://code.visualstudio.com/updates/v1_101) for remote MCP and OAuth support. |
853323d intomainUh oh!
There was an error while loading.Please reload this page.
Making it clear that you need the latest version of VS Code installed for it work.
Making it clear that you need the latest version of VS Code installed for it work. We've had some folks getting tripped up on auth because they haven't installed the latest VS code version.