Discuss removal of some APIs #2568
Replies: 7 comments
-
There is also
How is this possible in a "non-breaking way"? I'm all for removing the default_clients (even if it would be breaking), but if someone used those configs, it would stop working for them, no? Or what am I missing? |
Beta Was this translation helpful? Give feedback.
-
I can add code to migrate the "default_clients" to users LSP.sublime-settings "clients" section. (in reality, it would require more code, I would need to merge the "clients" configuration to "default_clients" and then move it to "clients", but you get the point) I would like to avoid people having to deal with breaking changes, unless they really have to... But that is just nice to have :) |
Beta Was this translation helpful? Give feedback.
-
The easiest way to see if we are breaking a LSP-pacakge is by cloning
|
Beta Was this translation helpful? Give feedback.
-
Some more which could be considered:
|
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
@rchl Can you enable the "Discussions" tab in this repository? It might also be useful if people have questions or want to request new server configurations, etc. |
Beta Was this translation helpful? Give feedback.
-
Some API are not necessary anymore.
While this removal might not happen soon,
I still wanted to give a heads up.
Client configuration
The following api will stay:
The following will be deprecated and removed:
Each package that still uses the deprecated api
will get an update to migrate to selector and priority_selector.
Beta Was this translation helpful? Give feedback.
All reactions