Release 1.10.2
This commit is contained in:
parent
4dbde8211c
commit
d27643a27c
2 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue