fix: add python 3.14 support, adopt pygls >=2.0.0 api

This commit is contained in:
2026-03-14 23:56:20 +01:00
parent 3e5e86736c
commit 46bc1aaa84
10 changed files with 40 additions and 115 deletions

5
.gitignore vendored
View File

@@ -1,5 +1,8 @@
cmake_language_server/version.py
.venv/
pyrightconfig.json
/build/
/dist/
__pycache__/
@@ -11,3 +14,5 @@ coverage.xml
.pdm-python
__pypackages__/
.pdm-build/