The Galaxy Workflows Extension is available at:
You can also manually install the extension by downloading the VSIX package included in this release and then running:
code --install-extension galaxy-workflows-0.5.0.vsix
What's Changed
- Improve document detection by @davelopez in #69
- Improve symbols provider by @davelopez in #70
- Improve validation profiles by @davelopez in #71
- Fix step export error validation rule by @davelopez in #72
- Fix duplicated document cache on remote GitHub repositories by @davelopez in #73
- Fix Format2 compatible primitive types validation by @davelopez in #74
- Fix Format2 validation for
Any
type by @davelopez in #75 - Handle union types in Format2 Schema by @davelopez in #76
- Ignore auto-complete suggestions for some schema elements in Format2 by @davelopez in #77
- Fix some completion edge cases in Format2 by @davelopez in #78
- Add validation rule to IWC profile to check all steps are documented by @davelopez in #79
- Prepare release v0.5.0 by @davelopez in #80
Full Changelog: v0.4.0...v0.5.0