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 Copilot in VS Code Gains Browser Automation Tools for Web App Testing

GitHub has made browser tools for Copilot in VS Code generally available. The feature allows Copilot agents to control real browsers, navigate live web applications, and integrate findings back into the development environment.

product update

Apple ships Safari MCP server in Technology Preview 247, enabling AI coding agents to inspect and debug websites

Apple has released an MCP server for Safari Technology Preview 247 that allows AI coding agents to directly inspect and debug websites. The server gives agents access to console logs, network requests, screenshots, and DOM interactions through the Model Context Protocol standard created by Anthropic.

product update

AWS brings NVIDIA Nemotron and OpenAI GPT OSS models to GovCloud for secure government AI workloads

Amazon Bedrock now supports NVIDIA Nemotron and OpenAI GPT OSS models in AWS GovCloud (US) Regions. The launch includes OpenAI's GPT OSS models (120B and 20B parameters, 128K context) and NVIDIA Nemotron 3 family (9B to 120B parameters, 1M context), providing government agencies FedRAMP High and DoD SRG Level 5-compliant AI inference on U.S. soil.

product update

AWS adds metadata filtering to AgentCore Memory, improving agent retrieval accuracy from 40% to 64%

Amazon has added metadata filtering to its AgentCore Memory service for AI agents. In AWS evaluations across 151 questions, the feature improved overall question-answering accuracy from 40% to 64%, with context-dependent questions jumping from 16% to 69% accuracy. The update allows agents to filter memory retrieval by attributes like priority, department, or time range before semantic search runs.

Comments

Loading...

GitHub Copilot CLI Adds C++ Language Server Plugin - July 2026 | TPS