Package Details: cmake-language-server 0.1.7-1

Git Clone URL: https://aur.archlinux.org/cmake-language-server.git (read-only, click to copy)
Package Base: cmake-language-server
Description: Python based cmake language server
Upstream URL: https://github.com/regen100/cmake-language-server
Keywords: cmake language-server
Licenses: MIT
Submitter: otreblan
Maintainer: otreblan
Last Packager: otreblan
Votes: 10
Popularity: 0.96
First Submitted: 2019-11-19 23:42 (UTC)
Last Updated: 2023-03-09 11:54 (UTC)

Latest Comments

IngoMeyer commented on 2023-02-14 09:21 (UTC) (edited on 2023-02-14 09:24 (UTC) by IngoMeyer)

Cannot be started with python-pygls 1.0.0. Hopefully, there will be a new release soon since that problem is already fixed in the development version.

Spixmaster commented on 2022-12-08 15:41 (UTC)

Could you update the dependency "python-cmakelang" to "cmake-format"? The former package was deleted.

Shatur commented on 2021-04-22 15:29 (UTC)

Unable to run in with the latest python (I have python-pygls installed):

Traceback (most recent call last):
  File "/usr/bin/cmake-language-server", line 33, in <module>
    sys.exit(load_entry_point('cmake-language-server==0.1.2', 'console_scripts', 'cmake-language-server')())
  File "/usr/bin/cmake-language-server", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 790, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/cmake_language_server/server.py", line 6, in <module>
    from pygls.features import (COMPLETION, FORMATTING, HOVER, INITIALIZE,
ModuleNotFoundError: No module named 'pygls.features'

FrederickZh commented on 2020-04-27 18:57 (UTC)

This package conflicts against https://aur.archlinux.org/packages/cmake-format/.