Skip to content

Releases: filiptibell/tooling-language-server

0.3.0

10 May 13:20
51a6362
Compare
Choose a tag to compare

Added

  • Added support for more js package managers (pnpm, yarn, bun)

Changed

  • Improved support for cargo workspaces
  • Improved diagnostics responsiveness

Fixed

  • Fixed sometimes having to open a file twice to get diagnostics
  • Fixed inaccurate / partial diagnostics when first opening a file

0.2.3

24 Apr 18:27
1893f22
Compare
Choose a tag to compare

Fixed

  • Fixed valid version ranges such as >=1.0.0, <2.0.0 being detected as invalid.

0.2.2

09 Jan 18:31
e407354
Compare
Choose a tag to compare

Added

  • Added support for cargo workspace dependencies in Cargo.toml files.

0.2.1

31 Dec 11:52
1d758e7
Compare
Choose a tag to compare

Added

  • Added a VSCode extension command to manually set a GitHub Personal Access Token.
    If you are using a private Wally registry and the index repository is not public, you will need to set this for the extension to work.

Fixed

  • Fixed crash when encountering empty TOML sections

0.2.0

30 Oct 15:20
9e0cb76
Compare
Choose a tag to compare

Added

  • Added full support for NPM! This includes:

    • Autocomplete for package names and versions
    • Hover for info about a package (installed version, description, links)
    • Diagnostics for when a newer version is available + action to update

0.1.1

27 Oct 09:59
6c28b49
Compare
Choose a tag to compare

Fixed

  • Fixed invalid diagnostics for wally dev dependencies

0.1.0

26 Sep 17:35
4fba8d2
Compare
Choose a tag to compare

Added

  • Added diagnostics for unsupported operating system and/or architecture (aftman)
  • Added diagnostics for invalid dependency realms (wally)

Changed

  • Improved consistency of diagnostic messages
  • Documentation link to docs.rs is now always included, even if crates don't have a documentation link in their metadata

Fixed

  • Fixed potential deadlock / hang for Wally diagnostics with many dependencies

0.0.4

15 Sep 17:39
5dc71a4
Compare
Choose a tag to compare

Fixed

  • Fixed hovers sometimes not appearing and needing to re-hover over the same location

0.0.3

15 Sep 01:27
c526fa5
Compare
Choose a tag to compare

Fixed

  • Fixed language server executable not being bundled correctly on Windows
  • Fixed node_modules being included in the packaged extension, size should be much smaller now

0.0.2

14 Sep 21:40
c61668e
Compare
Choose a tag to compare

Fixed

  • Fixed crash for wally manifests with empty dependency sections:

    # No longer crashes
    [dependencies]