|
|
|
|
|
by jsmeaton
1469 days ago
|
|
The Python extension itself is not closed source and is still maintained by the original developer that MS hired. It’s the language server that went from an OSS Microsoft project (that replaced the initial Jedi server) to the closed source LSP server. Lock in doesn’t make sense to me. The main competition is Pycharm which has its own set of tooling. I can somewhat understand the remote extensions being closed source considering they need to interface with a server. It makes no sense for Python. My guess is that Pylance is also used within Visual Studio proper, and the VS product owners are pushing for closed addons. |
|