Releases: redhat-developer/vscode-yaml
Releases · redhat-developer/vscode-yaml
0.11.0
0.10.0
This release brings to you:
- Log all errors in to 'YAML Support' output channel #327
- Fixed bug, when if a registeredContributor of schema provider is throwing an error, it is forbidding other registered schema providers to work #323
- Add label for scheme contributions, with this label extension can override schemes contributed by other extension #315
- Allows to declare a schema inside the yaml file through modeline
# yaml-language-server: $schema=<urlOfTheSchema>
#280 - Insert empty string instead of 'null' for string array completion #277
- Handle workspace/workspaceFolders event for multi root workspaces #281
- Provide default object as completion snippet [#291] redhat-developer/yaml-language-server#291
- Add validation of date and time formats #292
- Fix document symbols computation if yaml has complex mappings #293
0.8.0
0.7.2
0.7.1 Prerelease
0.7.0 Prerelease
- Updates kubernetes schema to 1.17.0 #Commit
- Added API for modifiying schemas in memory #151
- Updated yaml completion to use JSON 7 Parser #150
- Server side snippet support #205
- Fix issue with language server not issuing warnings on duplicate keys #Commit
- Fix for collecting completion items if array contains objects #PR
- Fix for merge key error with JSON Schema #PR
Beta for 0.5.3 version of vscode-yaml
This release has a fix for #220.
To test this release, please uninstall the current version of vscode-yaml, refresh, then from the extensions view click ...
and install from vsix
.
0.5.2-beta
This is a pre-release that contains a fix for the custom schema provider fix.