continuedev / contribution-ideas

A Repo to which to Attach Contribution Ideas
2 stars 0 forks source link

Add a Language Server Provider #16

Closed sestinj closed 5 months ago

sestinj commented 10 months ago

We currently support the Python LSP, but no others. Ideally, we will be able to support all languages by having plugins for each LSP.

If you can find a reliable way to download a language server, or alternatively to connect to one already running on one's machine, then it can be hooked up to a ContinueLSPClient.

Note that we might have to make a tweak to the ContinueLSPClient class, but are happy to do so - if you can present a way to run+connect to a language server, we'll gladly take it from there : )

sestinj commented 5 months ago

Continue is no longer attempting to run its own LSPs. We can use VS Code's built-in support