Miau Labs / Insight

New C++ Language Server Config Skill for Copilot CLI

The Microsoft C++ Language Server is now available as a plugin on the Copilot Plugins marketplace, simplifying the generation and maintenance of the compile_commands.json file.

The Microsoft C++ Language Server is now available as a plugin on the Copilot Plugins marketplace, simplifying the generation and maintenance of the compile_commands.json file. The installation of the plugin and the configuration of the project are easy to do, and the ability to regenerate compile commands is useful for keeping the language server in sync with changes to the build configuration.

The Microsoft C++ Language Server is now available as a plugin on the Copilot Plugins marketplace, simplifying the generation and maintenance of the compile_commands.json file.

  • The Microsoft C++ Language Server is now available as a plugin on the Copilot Plugins marketplace.
  • The new setup skills handle project setup automatically for CMake and MSBuild projects.
  • The C++ language server can now be installed directly as a Copilot CLI plugin using /plugin install cpp-language-server@copilot-plugins.
Miau Labs takeThe installation of the plugin and the configuration of the project are easy to do, and the ability to regenerate compile commands is useful for keeping the language server in sync with changes to the build configuration.