Skip to content

Commit bbabfa1

Browse files
committed
docs: use correct lsprotocol version
v2 shipped with lsprotocol v2025, not v2024
1 parent db3847e commit bbabfa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/pygls/howto/migrate-to-v2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
How To Migrate to v2.0
22
======================
33

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.
55
The new version includes standardised object names (so no more classes like ``NotebookDocumentSyncRegistrationOptionsNotebookSelectorType2CellsType``!)
66

77
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``
310310
Renamed LSP Types
311311
-----------------
312312

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.
314314

315315
=================================================================================== ==============
316-
**lsprotocol 2023.x** **lsprotocol 2024.x**
316+
**lsprotocol 2023.x** **lsprotocol 2025.x**
317317
=================================================================================== ==============
318318
``CancelRequestNotification`` ``CancelNotification``
319319
``ClientRegisterCapabilityRequest`` ``RegistrationRequest``

0 commit comments

Comments
 (0)