autotools-language-server icon indicating copy to clipboard operation
autotools-language-server copied to clipboard

🛠️ Autotools language server, support configure.ac, Makefile.am, Makefile.

Results 5 autotools-language-server issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.1 → 3.5.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.4.1...3.5.0) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](https://github.com/rhysd/actionlint/compare/v1.7.8...v1.7.9) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.18.1...v0.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.6) ## Summary by CodeRabbit - **New Features** - Updated...

Using the language server on VSCode 1.87.1 on Ubuntu `Linux x64 6.5.0-21-generic` with VSCode glspc extension emits following error message: ``` log Failed to handle request 2 textDocument/hover HoverParams(text_document=TextDocumentIdentifier(uri='file:///home/lexington/OS/kernel_legacy/Makefile'), position=37:12,...

bug

Probably the same as the other closed issues, although different error messages in the logs on my end. Ubuntu 24.04 LTS, installed through Mason. Nvim release version 0.10.1 [ERROR][2024-10-10 14:09:15]...

Working in neovim, "make-language-server 0.0.22" attaches to configure.ac with detected filetype "config" and gives "[: Error" and "]: Error" diagnostics for every single square bracket in the file. I can't...

bug

## Description In Makefile, when a phony target has the same name as a directory, and target-specific variables are assigned before its recipe, autotools-language-server panics. It appears that the LSP...

bug