Skip to content

Commit 46a76df

Browse files
authored
Add cpp-language-server plugin configuration
This plugin hosts the Microsoft C++ Language Server, which is an LSP server for C++ based on the same engine used for C++ in VS Code and Visual Studio. See this blog post for the initial announcement https://devblogs.microsoft.com/cppblog/c-code-intelligence-for-github-copilot-cli-preview/ We're aiming to make the language server easier to install by providing it as a plugin and available in built-in marketplaces.
1 parent c514c38 commit 46a76df

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,26 @@
210210
"developer"
211211
],
212212
"license": "MIT"
213+
},
214+
{
215+
"name": "cpp-language-server",
216+
"source": {
217+
"source": "github",
218+
"repo": "microsoft/cpp-language-server",
219+
"path": "plugins/cpp-language-server"
220+
},
221+
"description": "Navigate and interact with your C++ code using the Microsoft C++ Language Server.",
222+
"version": "0.1.0",
223+
"repository": "https://github.com/microsoft/cpp-language-server",
224+
"keywords": [
225+
"cpp",
226+
"c++",
227+
"refactoring",
228+
"code-analysis",
229+
"lsp",
230+
"language-server"
231+
],
232+
"license": "See EULA/LICENSE.txt in @microsoft/cpp-language-server NPM package"
213233
}
214234
]
215235
}

0 commit comments

Comments
 (0)