Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment thread
benmcmorran marked this conversation as resolved.
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down