- README lists more known issues thanks to Mark Ayers
- There are no functional changes from 0.0.9, but a release is required to update the marketplace.
- Update vscode-yaml-languageservice to 0.2.0
- Disables legacy (pre-1.2) YAML compatibility when formatting. This gives cleaner results in some files (like
.travis.yml
) where this extension may have been forcing unnecessary escaping (quoting). - Removes the (never-working) color symbol support
- Disables legacy (pre-1.2) YAML compatibility when formatting. This gives cleaner results in some files (like
- Update vscode-json-languageservice to the current latest version (2.0.14) by updating vscode-yaml-languageservice.
- vscode-yaml-languageservice dependency is now managed by
npm
. This makes development easier.
- Add support for multiple documents in a single file.
- Update yaml-ast-parser to 0.0.34.
- Some parsing warnings will now correctly display as warnings instead of errors.
- Warning is now issued when using tabs in a YAML document.
- Corrects false error when a document ends with the end of document marker (
...
).
- Update vscode-json-languageservice to current latest (1a4e783).
- Add support for anchor references.
- Properly disable completion suggestions. This fixes all the errors that were generated by Visual Studio Code trying to get completion information.
- Fixes use of schemas defined in settings. Previously they did not work.
- Update upstream language service dependencies
- Format Document now works when there are multiple documents in the file. Multiple documents in a single file is still generally unsupported.
- Initial release