Skip to content

Release v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 18:14
72b209a

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.


You can view the full list of changes in the respective changelogs:

Galaxy Language Server changelog

Added

  • New custom command to discover tests in a single tool file to support the new Testing API in the client (#183).

Changed

  • Update pygls dependency and fix how custom commands are registered (#179).

Fixed

  • An error creating Code Actions to extract macros when selecting a text range in some situations (#178).

Galaxy Tools Visual Studio Extension changelog

Changed

  • Updated Galaxy Language Server v0.7.0

  • Adapt how custom external (server) and internal commands are handled (#179).

  • Migrate to native VSCode Testing API and drop dependency on Test Explorer UI extension (you can now safely uninstall this extension if no other extensions depend on it) (#183).


The standalone version of the language server is available as a PyPI package.

The Galaxy Tools Extension is available at Open VSX Registry and Visual Studio Marketplace.
You can also install the extension manually by downloading the VSIX package included in this release and using:

code --install-extension galaxy-tools-0.7.0.vsix