Skip to content

Releases: galaxyproject/galaxy-language-server

Release v0.7.1

31 Jan 12:41
2f9e34d
Compare
Choose a tag to compare

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

What's Changed

  • Make sure the current document is a valid Tool document before processing by @davelopez in #189

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

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.1.vsix

Release v0.7.0

29 Jan 18:14
72b209a
Compare
Choose a tag to compare

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

Release v0.6.1

26 Sep 14:14
a5fa918
Compare
Choose a tag to compare

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.
You can view the list of changes in the respective changelogs:

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.6.1.vsix

Release v0.6.0

12 Sep 20:05
b5e6e32
Compare
Choose a tag to compare

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.
You can view the list of changes in the respective changelogs:

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.6.0.vsix

Release v0.5.3

09 Jul 14:55
817ab0c
Compare
Choose a tag to compare

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.
You can view the list of changes in the respective changelogs:

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.5.3.vsix

Release v0.5.2

08 Jun 12:12
f13fd53
Compare
Choose a tag to compare

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.
You can view the list of changes in the respective changelogs:

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.5.2.vsix

Release v0.5.1

03 Jun 16:12
edbcc39
Compare
Choose a tag to compare

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.
You can view the list of changes in the respective changelogs:

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.5.1.vsix

Release v0.5.0

13 May 20:56
Compare
Choose a tag to compare

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.
You can view the list of changes in the respective changelogs:

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.5.0.vsix

Release v0.4.1

27 Feb 17:42
4216cc8
Compare
Choose a tag to compare

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.
You can view the list of changes in the respective changelogs:

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.4.1.vsix

Release v0.4.0

15 Feb 16:25
Compare
Choose a tag to compare

This release contains the Galaxy Language Server and the Galaxy Tools Visual Studio Code Extension.
You can view the list of changes in the respective changelogs:

This version of the language server is available as a PyPI package and can be installed using:

python3 -m pip install galaxy-language-server==0.4.0

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 and using:

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