Release 1.9.15

This commit is contained in:
Qiming Zhao 2022-03-27 07:45:50 +08:00
parent c5d9e07d3c
commit 9d7ee9da1f
No known key found for this signature in database
GPG key ID: 9722CD0E8D4DCB8C
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
# 1.9.15
- Fix uri for `zipfile`.
# 1.9.14
- Add javascript snippets
- Fix command `tsserver.restart` not work
# 1.9.11
- Resued resolved tsserver path after `:CocRestart`
# 1.9.10
- Watch for `tsserver.enable` configuration to change service state.

View file

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