46bc1aaa84
fix: add python 3.14 support, adopt pygls >=2.0.0 api
v0.1.12
2026-03-15 08:20:41 +01:00
nikromen
3e5e86736c
support python 3.13.x ( #97 )
...
Fixes `error="Failed to find a python3 installation in PATH that meets the required versions
(<3.13,>=3.8.0). Found version: 3.13.1."` traceback.
v0.1.11
2025-01-01 14:39:31 +09:00
offa
806d44f424
Remove EOL Python 3.8 ( #95 )
...
Co-authored-by: Regen <regen100@users.noreply.github.com >
2024-10-13 23:26:48 +09:00
offa
3760f15580
Update GH Actions ( #96 )
2024-10-13 23:09:18 +09:00
offa
1c40387cac
Add Python 3.13 support ( #94 )
2024-10-13 23:07:01 +09:00
atanda rasheed
890bb77f8a
feat: handle workspace config event ( #91 )
...
* feat: handle workspace config event
* Fix linter errors
---------
Co-authored-by: Regen <regen100@users.noreply.github.com >
v0.1.10
2024-04-20 21:43:26 +09:00
offa
9529df5d68
Add Python 3.12 build ( #85 )
...
* Add Python 3.12 build
* Update typing extensions
* Remove Python 3.7
v0.1.9
2023-12-31 13:02:53 +09:00
Raoul Wols
8cc05adcf4
Reply with MarkupContent in completion documentation ( #87 )
2023-10-26 14:06:42 +09:00
Regen
68bbc8187b
Update build backend ( #84 )
v0.1.8
2023-10-13 19:48:45 +09:00
Regen
0916b888d8
Update pygls ( #83 )
2023-10-13 19:07:22 +09:00
Regen
cd7ba40b55
Revert "Fix release workflow ( #72 )" ( #73 )
2023-03-09 20:17:09 +09:00
Regen
7b68a4e0fe
Fix release workflow ( #72 )
v0.1.7
2023-03-09 19:27:39 +09:00
Regen
60c376a5fd
Support Python 3.11 ( #69 )
2023-01-08 21:21:44 +09:00
Regen
a28d3803ad
Update pygls ( #68 )
2023-01-08 21:06:39 +09:00
Regen
691beef1dc
Update CI and CD ( #67 )
2023-01-08 17:26:32 +09:00
Regen
2a5983f9aa
Use PDM ( #66 )
2023-01-08 16:39:41 +09:00
Regen
bff7990e7d
Run CI on mater branch ( #57 )
2022-08-04 22:48:51 +09:00
Charlie Vieth
981150e308
poetry: update pygls to version 0.12 ( #55 )
...
Update pygls to version 0.12 to remove a conflict with
jedi-language-server which requires pygls "^0.12" and set the minimum
python version to py37 (as required by pygls 0.12).
This commit also bumps the cmake-language-server version to 0.1.36
v0.1.6
2022-08-04 22:28:14 +09:00
Regen
6de2cc3867
Release v0.1.5 ( #53 )
v0.1.5
2022-06-11 12:09:33 +09:00
Regen
1fefcb4cba
Use cmakelang formatter ( #52 )
2022-05-01 23:43:22 +09:00
Regen
f0cfa8b13f
Release v0.1.4 ( #51 )
v0.1.4
2022-04-30 23:54:34 +09:00
Regen
722dae419e
Remove cmake-format ( #50 )
2022-04-30 02:54:19 +09:00
Regen
6a3140f105
Fix CI ( #49 )
2022-04-30 02:28:35 +09:00
dev-bz
4dec2f5afa
Update server.py ( #48 )
...
Fixed a spelling error
2022-04-18 12:20:58 +09:00
offa
9f7754f0e6
Add Python 3.10 CI build ( #45 )
2021-10-07 12:28:22 +09:00
Charlie Vieth
9630b96935
poetry: update pygls to version 0.11.2 ( #42 )
...
Update pygls to version 0.11.2 and change the version requirement to
'^0.11' this removes a conflict with jedi-language-server which requires
pygls>=0.11.1,<0.12.0.
This commit also bumps the cmake-language-server version to 0.1.3.
v0.1.3
2021-10-03 15:13:39 +09:00
Regen
76e34ae628
Fix __version__ ( #43 )
2021-10-03 12:51:16 +09:00
Regen
cbb6bdd1ae
Fix parse_modules ( #44 )
2021-10-03 12:46:02 +09:00
Regen
a5af5b505f
Update pygls ( #38 )
2021-03-28 23:49:27 +09:00
Regen
4d120a6a98
Replace linter ( #37 )
2021-03-28 22:23:57 +09:00
KOLANICH
6e839f7675
Added .editorconfig. ( #35 )
...
Applies some elements of PEP8 during editing in the editors supporting it.
2021-01-23 16:07:22 +09:00
KOLANICH
cade1e2c45
Fixed build system requirements in pyproject.toml. ( #34 )
...
Poetry depends on lot of dependencies having nothing common with building packages. That's why poetry-core was created, which has much less dependencies and more focused on building wheels.
2021-01-23 16:04:06 +09:00
Regen
d16d3b24ef
Merge pull request #31 from jargonzombies/doc-and-spelling
...
Some documentation and misspelling fixes
2020-11-08 16:48:02 +09:00
Jan-Grimo Sobez
4be7657edb
Some documentation and misspelling fixes
2020-11-07 22:09:42 +01:00
Regen
040f0b9f0c
Merge pull request #28 from regen100/add-doc
...
Add doc
2020-08-22 16:58:58 +09:00
Regen
ef2c31c6a3
Add doc
2020-08-22 15:15:45 +09:00
Regen
87879ee5df
Merge pull request #27 from regen100/replace-linter
...
Replace yapf with black
2020-08-22 14:54:15 +09:00
Regen
01b1fac73e
Replace yapf with black
2020-08-22 14:38:29 +09:00
Regen
5550cb259c
Merge pull request #24 from r-burns/darwin
...
Fix test_read_cmake_files on macOS
2020-07-29 12:42:32 +09:00
Regen
466c5b7bcc
Run CI on PR
2020-07-29 12:31:44 +09:00
Ryan Burns
0ec120f391
Fix test_read_cmake_files on macOS
2020-07-27 00:55:16 -07:00
Regen
5d916b6989
Merge pull request #19 from regen100/release-v0.1.2
...
Release v0.1.2
v0.1.2
2020-06-07 22:01:20 +09:00
Regen
1c606ee8a8
Release v0.1.2
2020-06-07 21:50:21 +09:00
Regen
cdb62adce3
Merge pull request #18 from regen100/fix-ci
...
Fix CI
2020-06-07 20:17:27 +09:00
Regen
6ac3b1d17f
Fix CI
2020-06-07 19:52:24 +09:00
Regen
ce2c3a21db
Merge pull request #17 from regen100/update-doc
...
Update README
2020-06-06 15:23:44 +09:00
Regen
3697fae2d3
Update README
2020-06-06 14:52:03 +09:00
Regen
48d5980a36
Merge pull request #13 from regen100/fix-vim-lsp
...
Fix vim lsp
2020-04-29 23:45:46 +09:00
Regen
e07b3242c8
Add test
2020-04-29 22:57:43 +09:00
Regen
2d36887b26
Support no TriggerCharacter
2020-04-29 19:25:51 +09:00