Releases: JCWasmx86/mesonlsp
Releases · JCWasmx86/mesonlsp
Release 3.0.13
- Test-Release for enhanced release workflow
Release 3.0.12
- Test-Release for enhanced release workflow
Release 3.0.11
- Test-Release for enhanced release workflow
v3.0.10
Release 3.0.9
- Test-Release for enhanced release workflow
Release 3.0.8
- Test-Release for enhanced release workflow
Release 3.0.7
- Support folding ranges
- @ferdnyc fixed the COPR versioning (#19)
- Fix bug that caused "Updating subprojects" to be persistent.
- Disable downloads of wraps/subprojects, if
others.neverDownloadAutomatically
is set. This will show you errors, for everysubproject('XXX')
call that is only
available as wrap! - Deduplicate CompletionItems
- Improve CI
- Wait until the meson source tree is rebuilt, before building completions. This may improve the UX of the auto-completion.
Release 3.0.6
- Add semantic tokens for functions and methods
- Add
others.disableInlayHints
configuration option for disabling inlay hints (#15) - Fix major bug with semantic tokens
Release 3.0.5
- Fix semantic tokens
- Minor improvements to the hover-tooltip
- Differentiate
@
s and the variable between in format-strings - Other improvements to the semantic tokens
Release 3.0.4
- Fix regression