diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 8cfff43..9df9178 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -210,6 +210,26 @@ "developer" ], "license": "MIT" + }, + { + "name": "cpp-language-server", + "source": { + "source": "github", + "repo": "microsoft/cpp-language-server", + "path": "plugins/cpp-language-server" + }, + "description": "Navigate and interact with your C++ code using the Microsoft C++ Language Server.", + "version": "0.1.0", + "repository": "https://github.com/microsoft/cpp-language-server", + "keywords": [ + "cpp", + "c++", + "refactoring", + "code-analysis", + "lsp", + "language-server" + ], + "license": "See EULA/LICENSE.txt in @microsoft/cpp-language-server NPM package" } ] } diff --git a/README.md b/README.md index ee90ec7..76906d5 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ This marketplace also references plugins hosted in other repositories: - **[Microsoft Skills for Fabric](https://github.com/microsoft/skills-for-fabric)** — `fabric-skills`, `fabric-authoring`, `fabric-consumption`, `fabric-operations`, `powerbi-authoring`. Skills and agents for Microsoft Fabric (Lakehouse, Warehouse, Power BI, Eventhouse, Eventstream, Dataflows, Spark). +- **[Microsoft C++ Language Server](https://github.com/microsoft/cpp-language-server) - Navigate and interact with your C++ code. + ## 🤝 Contributing We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests.