Changelog
All notable changes to this project will be documented in this file.
[0.1.5] - 2024-09-24
Features
- Add goto definition support for defines
- Add support for rootUri parameter
- Add diagnostics for syntax errors detected by tree-sitter
- Add basic symbol provider capabilities
Bug Fixes
- Don't trim root_path in tests
- Properly handle root_dir regardles of trailing slash
- Always process files recursively
Performance
- Remove various debug log messages since they start to affect performance
CI
- Run clippy for tests as well
Tests
- Add log processing to verify diagnostic messages
- Add bug reproducer