- Remove debug logs slowing down the extension
- Upgrade yaml-language-server to
1.15.0
from1.11.0
, see yaml-language-server CHANGELOG for more.
Fixes
- Use
--omit
rather than--only
during language server install #33 - Upgrade yaml-language-server to
1.11.0
from1.10.0
, see yaml-language-server CHANGELOG for more.
Thanks to Patrick Fricano!
Docs
- Document advanced configuration
Fixes
- Re-add option to toggle document validation
Fixes
- Remove unused
validate
andformat
configuration that didn't actually do anything. - Tidy up the README and explain things better.
- Update Setup Kubernetes Schemas command to use
kubernetes
keyword that automatically hooks in to the Language Server's Kubernetes support. More info → - Upgrade yaml-language-server to
1.10.0
from1.8.0
, see yaml-language-server CHANGELOG for more.
Fixes
- Add an error message when installing the language server fails.
- Upgrade yaml-language-server to
1.8.0
from1.7.0
, see yaml-language-server CHANGELOG for more.
Features
- Improve the experience when the extension cannot find Node.js / NPM. There's a new notification to tell you what happened and it links to a new readme section to help out.
- All compiled code is now Open Source, if you fancy diving in to see what Yaml Extension is up to, you can
- Upgrade yaml-language-server to
1.7.0
from1.4.0
, see yaml-language-server CHANGELOG for more.
Features
- Upgrade yaml-language-server to
1.4.0
from0.22.0
, see yaml-language-server CHANGELOG for more.
Fixes
- Stopped creating
stdin.log
andstdout.log
files in your projects, sorry! Please remove these files.
- Upgrade yaml-language-server to
0.22.0
, it was previously0.19.2
, see yaml-language-server CHANGELOG for more. - IMPORTANT by-default support for Kubernetes schemas has been dropped. I hope to be able to add this again in the future but it is not possible with current versions of the yaml server and Nova. See the README.md to see how to configure this now.
- New command Setup Kubernetes Schemas to help configure Kubernetes schema in the new way, as per above.
- Lots of internals of the server have been refactored, but this shouldn't be a noticeable change.
Tweaks
- Fix extension preferences, they weren't initially synchronised between Nova and the YAML server.
- Upgraded yaml-language-server to
0.19.2
, it was0.18.0
. See the Changelog - Downgrade the
npm-shrinkwrap.json
back to v1 for better compatibility.
Features
- New configuration options, you can configure how Yaml Extension works
in the extension's "Preferences" tab.
- Toggle formatting
- Toggle validation
- Toggle hover tooltips
- Toggle completions
- Custom tags support
- For more see "Custom tags" in the readme
Fixes
- Upgraded yaml-language-server
to
0.15.0
(it was0.13.0
), see their CHANGELOG
Fixes
- Upgraded an internal package which means less unneeded networking on startup (nova-extension-utils/CHANGELOG)
Initial release