Skip to content

Add cpp-language-server plugin configuration#49

Merged
benmcmorran merged 2 commits into
mainfrom
benmcmorran/add-cpp-language-server
Jun 16, 2026
Merged

Add cpp-language-server plugin configuration#49
benmcmorran merged 2 commits into
mainfrom
benmcmorran/add-cpp-language-server

Conversation

@benmcmorran

Copy link
Copy Markdown
Contributor

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.

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-server plugin 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
Comment thread .github/plugin/marketplace.json
Added link to Microsoft C++ Language Server in README.
GitHub Advanced Security started work on behalf of benmcmorran June 16, 2026 04:26 View session
GitHub Advanced Security finished work on behalf of benmcmorran June 16, 2026 04:27
@benmcmorran benmcmorran added this pull request to the merge queue Jun 16, 2026
Merged via the queue into main with commit 71f7663 Jun 16, 2026
1 check passed
@benmcmorran benmcmorran deleted the benmcmorran/add-cpp-language-server branch June 16, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants