Add cpp-language-server plugin configuration#49
Open
benmcmorran wants to merge 2 commits into
Open
Conversation
This plugin hosts the Microsoft C++ Language Server, which is an LSP server for C++ based on the same engine used for C++ in VS Code and Visual Studio. See this blog post for the initial announcement https://devblogs.microsoft.com/cppblog/c-code-intelligence-for-github-copilot-cli-preview/ We're aiming to make the language server easier to install by providing it as a plugin and available in built-in marketplaces.
There was a problem hiding this comment.
Pull request overview
Adds a new marketplace entry so the Microsoft C++ Language Server can be distributed/installed as a Copilot plugin via the built-in marketplace configuration.
Changes:
- Register a new
cpp-language-serverplugin entry in the marketplace list. - Define the plugin’s GitHub source (
microsoft/cpp-language-server) and metadata (description, version, keywords, license string).
Show a summary per file
| File | Description |
|---|---|
| .github/plugin/marketplace.json | Adds a cpp-language-server plugin entry pointing to the external GitHub repository and associated metadata. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
Added link to Microsoft C++ Language Server in README.
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.
This plugin hosts the Microsoft C++ Language Server, which is an LSP server for C++ based on the same engine used for C++ in VS Code and Visual Studio. See this blog post for the initial announcement https://devblogs.microsoft.com/cppblog/c-code-intelligence-for-github-copilot-cli-preview/
We're aiming to make the language server easier to install by providing it as a plugin and available in built-in marketplaces.