Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 597 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 597 Bytes

CDT LSP Change Log

v1.0.0 (Sep 2023)

  • First release of CDT LSP

Fixed issues: https://github.com/eclipse-cdt/cdt-lsp/milestone/1?closed=1

v1.1.0 (Feb 2024)

  • Added basic spelling support
  • Added .clangd configuration file syntax checker
  • Added basic clangd LSP extension support for textDocument/ast and textDocument/symbolInfo
  • There is no API guarantee between 1.0.0 and 1.1.0. API stability will be added starting in a future release. See #212

Fixed issues: https://github.com/eclipse-cdt/cdt-lsp/milestone/2?closed=1