diff --git a/release-notes/v1_49.md b/release-notes/v1_49.md index aa5edf6ee..485b55344 100644 --- a/release-notes/v1_49.md +++ b/release-notes/v1_49.md @@ -163,6 +163,15 @@ We have started an effort to make VS Code "Trusted Types" compliant. The goal is Last but certainly not least, a big *__Thank You__* to the following people who contributed this month to VS Code: +Contributions to `vscode-json-languageservice`: + +* [@KapitanOczywisty](https://github.com/KapitanOczywisty) + * Resolve schemas from getMatchingSchemas argument [PR #70](https://github.com/microsoft/vscode-json-languageservice/pull/70) + * Resolve refs inside additionalItems [PR #69](https://github.com/microsoft/vscode-json-languageservice/pull/69) + * Fix multipleOf with float [PR #67](https://github.com/microsoft/vscode-json-languageservice/pull/67) + * Use propertyNames for completion proposals [PR #65](https://github.com/microsoft/vscode-json-languageservice/pull/65) + * Add support for defaultSnippets in patternProperties and additionalProperties [PR #62](https://github.com/microsoft/vscode-json-languageservice/pull/62) + Contributions to `vscode-eslint`: * [Haojian Wu (@hokein)](https://github.com/hokein): Expose restartTimes to client. [PR #658](https://github.com/microsoft/vscode-languageserver-node/pull/658)