Update README.md to prompt VS Code version update#509
Merged
Conversation
Making it clear that you need the latest version of VS Code installed for it work.
Contributor
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
[nitpick] This sentence is quite long and covers multiple steps. Consider splitting it into two or more sentences to improve readability.
Suggested change
| 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. |
omgitsads
approved these changes
Jun 12, 2025
nickytonline
pushed a commit
to nickytonline/github-mcp-http
that referenced
this pull request
Oct 4, 2025
Making it clear that you need the latest version of VS Code installed for it work.
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.
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.