product updateMicrosoft

GitHub Copilot CLI adds Microsoft C++ Language Server plugin with automated setup

TL;DR

GitHub has added the Microsoft C++ Language Server as a plugin to the Copilot CLI marketplace. The plugin includes a built-in setup skill designed to automate C++ project configuration.

1 min read
0

GitHub Copilot CLI adds Microsoft C++ Language Server plugin with automated setup

GitHub has added the Microsoft C++ Language Server as a plugin to the Copilot Plugins marketplace. The plugin includes a built-in setup skill that automates C++ project configuration.

The integration allows developers to use Copilot CLI to configure C++ language server settings without manual setup. According to GitHub, the new skill helps automate project setup tasks.

What's included

The plugin provides:

  • Microsoft C++ Language Server integration through the Copilot Plugins marketplace
  • Built-in setup skill for automated project configuration
  • CLI-based access to language server capabilities

The plugin is available now through the Copilot Plugins marketplace. GitHub did not disclose pricing details or whether the plugin requires a specific Copilot subscription tier.

Technical context

Language servers implement the Language Server Protocol (LSP), which standardizes communication between development tools and language-specific features like autocomplete, go-to-definition, and error checking. The Microsoft C++ Language Server (also known as clangd or the MSVC language server) provides these capabilities for C++ codebases.

Integrating the language server into Copilot CLI means developers can configure and manage C++ project settings through natural language commands rather than editing configuration files manually.

What this means

This update expands Copilot CLI's language support and reduces friction in C++ development workflows. The automation of language server setup addresses a common pain point: configuring LSP settings across different projects and build systems. For teams working with C++ codebases, this could reduce onboarding time and standardize development environment configuration. The move also signals GitHub's continued investment in making Copilot CLI a general-purpose developer tool beyond code generation.

Related Articles

product update

GitHub Details Agent Apps for Scoping, Securing, and Shipping Code in the SDLC

GitHub published a guide showing how four Agent Apps can handle scoping, security review, rollout, and shipping of features directly inside GitHub, without switching tools. The post frames Agent Apps as a way to consolidate software delivery workflow steps into the GitHub platform.

product update

GitHub Details Agent Apps That Automate Scoping, Security, Rollout, and Shipping in SDLC

GitHub published guidance on using four Agent Apps to manage software delivery workflow stages—scoping, security, rollout, and shipping—directly within GitHub. The post positions Agent Apps as a way to consolidate SDLC tasks into a single platform.

product update

Microsoft Begins Merging Consumer and Enterprise Copilot Apps Ahead of Super App Launch

Microsoft has begun rolling out a unified Copilot experience for a subset of users, merging consumer and enterprise apps as a first step toward a planned super app with chat, coding, and agentic features. Several consumer Copilot features, including Podcasts, Group Chat, and Deep Research, will be removed starting Aug. 18.

product update

Microsoft Merges Consumer and Business Copilot Apps, Cuts Group Chats, Deep Research, Mico Character

Microsoft is merging its consumer-facing Copilot app with Microsoft 365 Copilot while discontinuing Group Chats, AI-generated podcasts, Copilot Labs, Deep Research, and the Mico animated character by August 18, 2026. Paying professional users will get Researcher as a Deep Research replacement.

Comments

Loading...