You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/pygls/howto/migrate-to-v2.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
How To Migrate to v2.0
2
2
======================
3
3
4
-
The highlight of the *pygls* v2 release is upgrading ``lsprotocol`` to ``v2024.x`` bringing with it support for the proposed LSP v3.18 types and methods.
4
+
The highlight of the *pygls* v2 release is upgrading ``lsprotocol`` to ``v2025.x`` bringing with it support for the proposed LSP v3.18 types and methods.
5
5
The new version includes standardised object names (so no more classes like ``NotebookDocumentSyncRegistrationOptionsNotebookSelectorType2CellsType``!)
6
6
7
7
With the major version bump, this release also takes the opportunity to clean up the codebase by removing deprecated code and renaming a few things to try and improve overall consistency.
@@ -310,10 +310,10 @@ The helper is now accessed via ``LanguageServer.work_done_progress``
310
310
Renamed LSP Types
311
311
-----------------
312
312
313
-
As part of the update to ``lsprotocol v2024``, the following types have been renamed.
313
+
As part of the update to ``lsprotocol v2025``, the following types have been renamed.
0 commit comments