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

ElevenLabs Launches Music v2.5, Adds API Access and Free Tier for AI-Generated Songs

ElevenLabs has released Music v2.5, an updated version of its ElevenMusic generator, now available through both the app and API. The company says blind testing with nearly 48,000 comparison pairs showed listeners preferred v2.5 over the prior version, particularly for R&B, Hip-Hop, and orchestral genres.

product update

Perplexity Says It Runs End-to-End Engineering Systems on OpenAI's GPT-6 Astra

Perplexity says it has shifted core engineering workflows, including code changes and production monitoring, onto OpenAI's GPT-6 Astra model. The claim comes from an OpenAI-published case study with no independent benchmark data released.

product update

Perplexity Deploys OpenAI's Astra Model for Autonomous Code and Systems Management

Perplexity is using an OpenAI model referred to as Astra to handle software changes, communications, and production monitoring with less frequent human check-ins. OpenAI published the case study; specific model specs and benchmarks have not been disclosed.

product update

Augment Code Claims 4.5x Developer Output Increase From Internal 'Software Factory' of AI Agents

Augment Code says its internal 'software factory'—a network of specialized agents built on its Cosmos platform—drove a 4.5x increase in size-adjusted developer output and cut median PR merge time from 11.2 to 3.1 hours over nine months. The company frames this as evidence that once AI writes nearly all new code, the bottleneck shifts to review, verification, and incident response.

Comments

Loading...