Commit 46a76df
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
213 | 233 | | |
214 | 234 | | |
215 | 235 | | |
0 commit comments