Release 1.10.2

This commit is contained in:
Qiming Zhao 2022-05-02 14:52:49 +08:00
parent 4dbde8211c
commit d27643a27c
No known key found for this signature in database
GPG key ID: 9722CD0E8D4DCB8C
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
# 1.10.2
- Fix snippet completion not work for optional complete item.
# 1.10.1
- Avoid unnecessary fetch of format option.
- Add `typescript.suggest.objectLiteralMethodSnippets.enabled`
# 1.10.0
- Support jsdoc completion.

View file

@ -1,6 +1,6 @@
{
"name": "coc-tsserver",
"version": "1.10.1",
"version": "1.10.2",
"description": "tsserver extension for coc.nvim",
"main": "lib/index.js",
"publisher": "chemzqm",