This commit is contained in:
Martin Aeschlimann 2020-09-04 11:08:48 +02:00
Родитель eb42a5d8f1
Коммит a99d5e5f02
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -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)