Release v0.11.0
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.11.0.vsix
What's Changed
- Bump webpack from 5.75.0 to 5.76.0 in /client by @dependabot in #227
- Updated dev docs - setup issues by @tuncK in #228
- Bump semver from 7.3.8 to 7.5.3 in /client by @dependabot in #229
- Bump word-wrap from 1.2.3 to 1.2.4 in /client by @dependabot in #230
- Improve e2e tests by @davelopez in #232
- add a few more snippets by @bgruening in #233
- Add DocumentLinksProvider and support test-data file links by @davelopez in #231
- link does not work anymore by @bgruening in #238
- Escape $ on non-snippet variables by @davelopez in #240
- Fix macros detection condition by @davelopez in #239
- Improve attribute with enum auto-completion by @davelopez in #241
- Auto-save document before inserting generated snippet by @davelopez in #242
- Relax LS version checking by @davelopez in #244
- Prepare release v0.11.0 by @davelopez in #245
New Contributors
Full Changelog: v0.10.2...v0.11.0