-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename to pylsp prefix #11
Conversation
Breaking changes would be bad for existing users, but good for new users. If we could find a way to ease the transition that would be best. An idea is to support multiple configuration namespaces (like About PyPI, I see you already published pylsp-mypy. You should probably release mypy-ls with a big DEPRECATED warning on top telling users to switch to pylsp-mypy. |
I added deprecation warnings and intend to push an update to mypy-ls to depend on pylsp-mypy and contain nothing else, so existing users get upgraded automatically. What is left is renaming the GitHub repo and changing the link in setup.cfg |
|
The setting for enabling is somehow automatically inferred by pylsp, I believe, and I'm not sure if it's even possible to change it (couldn't figure out after quick look at least). So changing the naming of |
No, sorry, looking at the diff it looks like this was actually addressed. It should use underscore consistently now. Thanks! |
I am assuming, the name is automatically inferred from either the package name which has an underscore or the entry point which also has an entry point, but i don't know to be honest. |
No description provided.