- Update the CloudFormation resource specification to the latest version to include new constructs.
- Fix bugs in the YAML parser
- Introduce incremental parsing, greatly speeding up the parsing.
- Add a Node language server as a fallback for when Java is not installed.
- Improve parse speed for files with parse errors
- Add more telemetry
- Add a demo of features to the extension page
- Add basic telemetry if the user has enabled telemetry for VS Code
- Greatly improved parse time for files without parse errors
- Improve responsiveness when the user is typing by merging consecutive didChange notifications
- (again) Show code completion while typing, without requiring it to be invoked using ctrl+space
- Show code completion while typing, without requiring it to be invoked using ctrl+space
- Fixed a bug in the YAML parser that made it fail on compact block arrays, such as:
Foo:
- Bar
Baz
- Updated the CloudFormation resource specification to the latest us-east-1 version.
Fixed a critical issue that could prevent the extension from starting.