forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
API for Alternate Python Language Servers #24850
Copy link
Copy link
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisionsneeds spikeLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityneeds proposalNeed to make some design decisionsNeed to make some design decisionsneeds spikeLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.
It was mentioned here that there could soon an API that will support alternate language servers.
I would be super excited about integrating my language server into the python extension and am happy to help as much as I can. The only alternative I can imagine without this API is modifying user settings with the configuration api (setting
python.languageServertoNone) before spinning up our own extension.I'm starting this thread since I don't already see any public discussion about this but please let me know if I'm duplicating anything.