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