Skip to content

Releases: JCWasmx86/mesonlsp

Release 3.0.13

25 Oct 19:10
Compare
Choose a tag to compare
  • Test-Release for enhanced release workflow

Release 3.0.12

25 Oct 18:45
Compare
Choose a tag to compare
  • Test-Release for enhanced release workflow

Release 3.0.11

25 Oct 18:43
Compare
Choose a tag to compare
  • Test-Release for enhanced release workflow

v3.0.10

25 Oct 18:40
Compare
Choose a tag to compare
  • Test-Release for enhanced release workflow

Release 3.0.9

25 Oct 18:36
Compare
Choose a tag to compare
  • Test-Release for enhanced release workflow

Release 3.0.8

25 Oct 18:34
Compare
Choose a tag to compare
  • Test-Release for enhanced release workflow

Release 3.0.7

25 Oct 18:03
Compare
Choose a tag to compare
  • 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 every subproject('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

24 Oct 08:15
Compare
Choose a tag to compare
  • 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

23 Oct 20:51
Compare
Choose a tag to compare
  • 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

23 Oct 18:05
Compare
Choose a tag to compare
  • Fix regression