Galaxy-language-server

Latest version: v0.12.1

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.12.1

This release contains the [Galaxy Language Server](https://github.com/davelopez/galaxy-language-server/tree/main/server) and the [Galaxy Tools Visual Studio Code Extension](https://github.com/davelopez/galaxy-language-server/tree/main/client).
You can view the list of changes in the respective changelogs:
- Galaxy Language Server [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/server/CHANGELOG.md)
- Galaxy Tools Visual Studio Extension [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/client/CHANGELOG.md#)

The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).

The Galaxy Tools Extension is available at [Open VSX Registry](https://open-vsx.org/extension/davelopez/galaxy-tools) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=davelopez.galaxy-tools).
You can also install the extension manually by downloading the VSIX package included in this release and using:

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


What's Changed
* Add option to skip future server install confirmations by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/252
* Update internal dependencies to support latest Galaxy (24.0.2) XSD definitions by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/254


**Full Changelog**: https://github.com/galaxyproject/galaxy-language-server/compare/v0.12.0...v0.12.1

0.12.0

This release contains the [Galaxy Language Server](https://github.com/davelopez/galaxy-language-server/tree/main/server) and the [Galaxy Tools Visual Studio Code Extension](https://github.com/davelopez/galaxy-language-server/tree/main/client).
You can view the list of changes in the respective changelogs:
- Galaxy Language Server [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/server/CHANGELOG.md)
- Galaxy Tools Visual Studio Extension [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/client/CHANGELOG.md#)

The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).

The Galaxy Tools Extension is available at [Open VSX Registry](https://open-vsx.org/extension/davelopez/galaxy-tools) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=davelopez.galaxy-tools).
You can also install the extension manually by downloading the VSIX package included in this release and using:

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


What's Changed
* Add symbols provider by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/247


**Full Changelog**: https://github.com/galaxyproject/galaxy-language-server/compare/v0.11.0...v0.12.0

0.11.0

This release contains the [Galaxy Language Server](https://github.com/davelopez/galaxy-language-server/tree/main/server) and the [Galaxy Tools Visual Studio Code Extension](https://github.com/davelopez/galaxy-language-server/tree/main/client).
You can view the list of changes in the respective changelogs:
- Galaxy Language Server [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/server/CHANGELOG.md)
- Galaxy Tools Visual Studio Extension [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/client/CHANGELOG.md#)

The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).

The Galaxy Tools Extension is available at [Open VSX Registry](https://open-vsx.org/extension/davelopez/galaxy-tools) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=davelopez.galaxy-tools).
You can also install the extension manually by downloading the VSIX package included in this release and using:

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


What's Changed
* Bump webpack from 5.75.0 to 5.76.0 in /client by dependabot in https://github.com/galaxyproject/galaxy-language-server/pull/227
* Updated dev docs - setup issues by tuncK in https://github.com/galaxyproject/galaxy-language-server/pull/228
* Bump semver from 7.3.8 to 7.5.3 in /client by dependabot in https://github.com/galaxyproject/galaxy-language-server/pull/229
* Bump word-wrap from 1.2.3 to 1.2.4 in /client by dependabot in https://github.com/galaxyproject/galaxy-language-server/pull/230
* Improve e2e tests by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/232
* add a few more snippets by bgruening in https://github.com/galaxyproject/galaxy-language-server/pull/233
* Add DocumentLinksProvider and support test-data file links by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/231
* link does not work anymore by bgruening in https://github.com/galaxyproject/galaxy-language-server/pull/238
* Escape $ on non-snippet variables by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/240
* Fix macros detection condition by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/239
* Improve attribute with enum auto-completion by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/241
* Auto-save document before inserting generated snippet by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/242
* Relax LS version checking by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/244
* Prepare release v0.11.0 by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/245

New Contributors
* tuncK made their first contribution in https://github.com/galaxyproject/galaxy-language-server/pull/228

**Full Changelog**: https://github.com/galaxyproject/galaxy-language-server/compare/v0.10.2...v0.11.0

0.10.2

This release contains the [Galaxy Language Server](https://github.com/davelopez/galaxy-language-server/tree/main/server) and the [Galaxy Tools Visual Studio Code Extension](https://github.com/davelopez/galaxy-language-server/tree/main/client).
You can view the list of changes in the respective changelogs:
- Galaxy Language Server [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/server/CHANGELOG.md)
- Galaxy Tools Visual Studio Extension [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/client/CHANGELOG.md#)

The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).

The Galaxy Tools Extension is available at [Open VSX Registry](https://open-vsx.org/extension/davelopez/galaxy-tools) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=davelopez.galaxy-tools).
You can also install the extension manually by downloading the VSIX package included in this release and using:

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


What's Changed
* Simplify and fix model conversion by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/224

**Full Changelog**: https://github.com/galaxyproject/galaxy-language-server/compare/v0.10.1...v0.10.2

0.10.1

This release contains the [Galaxy Language Server](https://github.com/davelopez/galaxy-language-server/tree/main/server) and the [Galaxy Tools Visual Studio Code Extension](https://github.com/davelopez/galaxy-language-server/tree/main/client).
You can view the list of changes in the respective changelogs:
- Galaxy Language Server [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/server/CHANGELOG.md)
- Galaxy Tools Visual Studio Extension [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/client/CHANGELOG.md#)

The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).

The Galaxy Tools Extension is available at [Open VSX Registry](https://open-vsx.org/extension/davelopez/galaxy-tools) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=davelopez.galaxy-tools).
You can also install the extension manually by downloading the VSIX package included in this release and using:

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


What's Changed
* Fix config loading with new attrs classes by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/220


**Full Changelog**: https://github.com/galaxyproject/galaxy-language-server/compare/v0.10.0...v0.10.1

0.10.0

This release contains the [Galaxy Language Server](https://github.com/davelopez/galaxy-language-server/tree/main/server) and the [Galaxy Tools Visual Studio Code Extension](https://github.com/davelopez/galaxy-language-server/tree/main/client).
You can view the list of changes in the respective changelogs:
- Galaxy Language Server [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/server/CHANGELOG.md)
- Galaxy Tools Visual Studio Extension [changelog](https://github.com/davelopez/galaxy-language-server/blob/main/client/CHANGELOG.md#)

The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).

The Galaxy Tools Extension is available at [Open VSX Registry](https://open-vsx.org/extension/davelopez/galaxy-tools) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=davelopez.galaxy-tools).
You can also install the extension manually by downloading the VSIX package included in this release and using:

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


What's Changed
* Upgrade GitHub actions by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/215
* Migrate to pygls v1 by davelopez in https://github.com/galaxyproject/galaxy-language-server/pull/216


**Full Changelog**: https://github.com/galaxyproject/galaxy-language-server/compare/v0.9.0...v0.10.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.