Skip to content

Commit

Permalink
Update to latest language server protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Jun 6, 2024
1 parent a9f0921 commit ff1d54d
Show file tree
Hide file tree
Showing 16 changed files with 711 additions and 577 deletions.
440 changes: 251 additions & 189 deletions generator/lsp.json

Large diffs are not rendered by default.

357 changes: 205 additions & 152 deletions packages/python/lsprotocol/types.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "lsprotocol"
description = 'Python types for Language Server Protocol.'
version = "2024.0.0a1"
version = "2024.0.0"
authors = [
{ name = "Microsoft Corporation", email = "lsprotocol-help@microsoft.com" },
]
Expand Down
12 changes: 6 additions & 6 deletions packages/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ cattrs==23.2.3 \
--hash=sha256:0341994d94971052e9ee70662542699a3162ea1e0c62f7ce1b4a57f563685108 \
--hash=sha256:a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f
# via -r ./packages/python/requirements.in
exceptiongroup==1.2.0 \
--hash=sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14 \
--hash=sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68
exceptiongroup==1.2.1 \
--hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \
--hash=sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16
# via cattrs
typing-extensions==4.9.0 \
--hash=sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 \
--hash=sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd
typing-extensions==4.12.1 \
--hash=sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a \
--hash=sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1
# via cattrs
2 changes: 1 addition & 1 deletion packages/rust/lsprotocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lsprotocol"
version = "0.1.0-alpha.2"
version = "0.1.0-beta.1"
edition = "2021"
description = "Rust types for Language Server Protocol generated from LSP specification."
authors = ["Microsoft Corporation <lsprotocol-help@microsoft.com>"]
Expand Down
Loading

0 comments on commit ff1d54d

Please sign in to comment.